Lines Matching refs:glyph_index

1524     INT glyph_index;  in WritePageBlock()  local
1528 glyph_index = charval - font->gx_font_first_glyph; in WritePageBlock()
1529 WriteGlyphBock(font, glyph_index); in WritePageBlock()
1534 void binary_resource_gen::WriteGlyphBock(const GX_FONT *font, USHORT glyph_index) in WriteGlyphBock() argument
1544 …COMPRESSED_GLYPH *compressed_glyph = &font ->gx_font_glyphs.gx_font_compressed_glyphs[glyph_index]; in WriteGlyphBock()
1550 … const GX_KERNING_GLYPH *kerning_glyph = &font->gx_font_glyphs.gx_font_kerning_glyphs[glyph_index]; in WriteGlyphBock()
1556 glyph = &font->gx_font_glyphs.gx_font_normal_glyphs[glyph_index]; in WriteGlyphBock()
1575 header.gx_glyph_header_index = glyph_index; in WriteGlyphBock()
1611 header.gx_glyph_header_data_size = GetGlyphDataSize(map_data_pos, font, glyph_index); in WriteGlyphBock()
1616 header.gx_glyph_header_kerning_table_size = GetGlyphKerningTableSize(font, glyph_index); in WriteGlyphBock()
2968 USHORT binary_resource_gen::GetGlyphKerningTableSize(const GX_FONT *font, INT glyph_index) in GetGlyphKerningTableSize() argument
2975 … GX_CONST GX_KERNING_GLYPH *glyph = &font->gx_font_glyphs.gx_font_kerning_glyphs[glyph_index]; in GetGlyphKerningTableSize()
2987 …ONG binary_resource_gen::GetGlyphDataSize(ULONG written_size, const GX_FONT *font, INT glyph_index) in GetGlyphDataSize() argument
2996 …GX_CONST GX_COMPRESSED_GLYPH *glyph = &font->gx_font_glyphs.gx_font_compressed_glyphs[glyph_index]; in GetGlyphDataSize()
3022 glyph = (GX_GLYPH *) &font->gx_font_glyphs.gx_font_kerning_glyphs[glyph_index]; in GetGlyphDataSize()
3026 glyph = (GX_GLYPH*) &(font->gx_font_glyphs.gx_font_normal_glyphs[glyph_index]); in GetGlyphDataSize()