HomeSort by relevance Sort by last modified time
    Searched refs:glyph_names (Results 1 - 9 of 9) sorted by null

  /external/freetype/src/psaux/
t1cmap.h 48 const char* const* glyph_names; member in struct:T1_CMapStdRec_
t1decode.h 49 FT_Byte** glyph_names,
t1cmap.c 43 cmap->glyph_names = (const char* const*)face->type1.glyph_names;
56 cmap->glyph_names = NULL;
82 const char* gname = cmap->glyph_names[n];
270 return face->type1.glyph_names[idx];
t1decode.c 147 FT_String* name = (FT_String*)decoder->glyph_names[n];
214 /* `glyph_names' is set to 0 for CID fonts which do not */
217 if ( decoder->glyph_names == 0 &&
220 if ( decoder->glyph_names == 0 )
    [all...]
  /external/freetype/src/sfnt/
ttpost.c 285 table->glyph_names = name_strings;
436 FT_FREE( table->glyph_names[n] );
438 FT_FREE( table->glyph_names );
534 *PSname = (FT_String*)table->glyph_names[name_index - 258];
  /external/freetype/src/cff/
cffgload.h 152 FT_Byte** glyph_names; /* for pure CFF fonts only */ member in struct:CFF_Decoder_
  /external/freetype/include/freetype/internal/
t1types.h 112 FT_String** glyph_names; /* array of glyph names */ member in struct:T1_FontRec_
psaux.h 642 FT_Byte** glyph_names,
671 FT_Byte** glyph_names; member in struct:T1_DecoderRec_
    [all...]
tttypes.h 772 FT_Char** glyph_names; member in struct:TT_Post_20Rec_
    [all...]

Completed in 379 milliseconds