Searched refs:glyph_index (Results 1 – 18 of 18) sorted by relevance
/GUIX-v6.4.1/guix_studio/libs/freetype/include/freetype/ |
D | ftincrem.h | 181 FT_UInt glyph_index, 249 FT_UInt glyph_index,
|
D | ftcid.h | 156 FT_UInt glyph_index,
|
D | freetype.h | 2054 FT_UInt glyph_index; /* new in 2.10; was reserved previously */ member 2989 FT_UInt glyph_index, 3885 FT_UInt glyph_index,
|
D | ftglyph.h | 297 FT_UInt glyph_index; member
|
/GUIX-v6.4.1/guix_studio/libs/freetype/include/freetype/internal/ |
D | sfnt.h | 222 FT_UInt glyph_index, 307 FT_UInt glyph_index, 338 FT_UInt glyph_index );
|
D | autohint.h | 188 FT_UInt glyph_index,
|
D | tttypes.h | 1066 FT_UInt glyph_index, 1737 FT_UInt glyph_index; member
|
D | psaux.h | 620 FT_UInt glyph_index, 900 FT_UInt glyph_index ); 1230 FT_UInt glyph_index );
|
D | ftdriver.h | 66 FT_UInt glyph_index,
|
D | ftobjs.h | 938 FT_UInt glyph_index,
|
/GUIX-v6.4.1/guix_studio/ |
D | binary_resource_gen.h | 62 ULONG GetGlyphDataSize(ULONG written_size, const GX_FONT *font, INT glyph_index); 63 USHORT GetGlyphKerningTableSize(const GX_FONT *font, INT glyph_index);
|
D | gx_studio_font_util.h | 39 int gxs_font_util_get_glyph(GXS_FONT_LIBRARY_HANDLE handle, int glyph_index, int pt, int aa, GXS_FO…
|
D | binary_resource_gen.cpp | 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() [all …]
|
D | gx_studio_font_util.cpp | 66 int glyph_index; in gx_studio_font_util_get_glyph() local 84 glyph_index = FT_Get_Char_Index(font_handle -> face, font_index); in gx_studio_font_util_get_glyph() 85 error = FT_Load_Glyph(font_handle -> face, glyph_index, 0); in gx_studio_font_util_get_glyph() 97 error = FT_Load_Glyph(font_handle->face, glyph_index, FT_LOAD_NO_BITMAP | FT_LOAD_RENDER); in gx_studio_font_util_get_glyph()
|
/GUIX-v6.4.1/guix_studio/libs/freetype/include/freetype/internal/services/ |
D | svgldict.h | 39 FT_UInt glyph_index,
|
D | svcid.h | 40 FT_UInt glyph_index,
|
D | svpscmap.h | 56 FT_UInt glyph_index; member
|
/GUIX-v6.4.1/common/src/ |
D | gx_utility_string_to_alphamap.c | 994 GX_CHAR_CODE glyph_index; in _gx_utility_string_to_alphamap_draw() local 1099 glyph_index = (GX_CHAR_CODE)(char_val - font_page -> gx_font_first_glyph); in _gx_utility_string_to_alphamap_draw() 1100 glyph = &font_page -> gx_font_glyphs.gx_font_normal_glyphs[glyph_index]; in _gx_utility_string_to_alphamap_draw()
|