Home
last modified time | relevance | path

Searched refs:glyph_names (Results 1 – 9 of 9) sorted by relevance

/external/freetype/src/psaux/
Dt1cmap.c43 cmap->glyph_names = (const char* const*)face->type1.glyph_names; in t1_cmap_std_init()
56 cmap->glyph_names = NULL; in t1_cmap_std_done()
82 const char* gname = cmap->glyph_names[n]; in t1_cmap_std_char_index()
270 return face->type1.glyph_names[idx]; in psaux_get_glyph_name()
Dt1cmap.h48 const char* const* glyph_names; member
Dt1decode.h49 FT_Byte** glyph_names,
Dt1decode.c147 FT_String* name = (FT_String*)decoder->glyph_names[n]; in t1_lookup_glyph_by_stdcharcode()
217 if ( decoder->glyph_names == 0 && in t1operator_seac()
220 if ( decoder->glyph_names == 0 ) in t1operator_seac()
1564 FT_Byte** glyph_names, in t1_decoder_init() argument
1595 decoder->glyph_names = glyph_names; in t1_decoder_init()
/external/freetype/src/sfnt/
Dttpost.c285 table->glyph_names = name_strings; in load_format_20()
436 FT_FREE( table->glyph_names[n] ); in tt_face_free_ps_names()
438 FT_FREE( table->glyph_names ); in tt_face_free_ps_names()
534 *PSname = (FT_String*)table->glyph_names[name_index - 258]; in tt_face_get_ps_name()
/external/freetype/src/cff/
Dcffgload.h152 FT_Byte** glyph_names; /* for pure CFF fonts only */ member
/external/freetype/include/freetype/internal/
Dt1types.h112 FT_String** glyph_names; /* array of glyph names */ member
Dpsaux.h642 FT_Byte** glyph_names,
671 FT_Byte** glyph_names; member
Dtttypes.h772 FT_Char** glyph_names; member