Home
last modified time | relevance | path

Searched refs:glyph_index (Results 1 – 18 of 18) sorted by relevance

/GUIX-v6.4.1/guix_studio/libs/freetype/include/freetype/
Dftincrem.h181 FT_UInt glyph_index,
249 FT_UInt glyph_index,
Dftcid.h156 FT_UInt glyph_index,
Dfreetype.h2054 FT_UInt glyph_index; /* new in 2.10; was reserved previously */ member
2989 FT_UInt glyph_index,
3885 FT_UInt glyph_index,
Dftglyph.h297 FT_UInt glyph_index; member
/GUIX-v6.4.1/guix_studio/libs/freetype/include/freetype/internal/
Dsfnt.h222 FT_UInt glyph_index,
307 FT_UInt glyph_index,
338 FT_UInt glyph_index );
Dautohint.h188 FT_UInt glyph_index,
Dtttypes.h1066 FT_UInt glyph_index,
1737 FT_UInt glyph_index; member
Dpsaux.h620 FT_UInt glyph_index,
900 FT_UInt glyph_index );
1230 FT_UInt glyph_index );
Dftdriver.h66 FT_UInt glyph_index,
Dftobjs.h938 FT_UInt glyph_index,
/GUIX-v6.4.1/guix_studio/
Dbinary_resource_gen.h62 ULONG GetGlyphDataSize(ULONG written_size, const GX_FONT *font, INT glyph_index);
63 USHORT GetGlyphKerningTableSize(const GX_FONT *font, INT glyph_index);
Dgx_studio_font_util.h39 int gxs_font_util_get_glyph(GXS_FONT_LIBRARY_HANDLE handle, int glyph_index, int pt, int aa, GXS_FO…
Dbinary_resource_gen.cpp1524 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 …]
Dgx_studio_font_util.cpp66 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/
Dsvgldict.h39 FT_UInt glyph_index,
Dsvcid.h40 FT_UInt glyph_index,
Dsvpscmap.h56 FT_UInt glyph_index; member
/GUIX-v6.4.1/common/src/
Dgx_utility_string_to_alphamap.c994 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()