/external/freetype/src/psaux/ |
D | t1cmap.c | 43 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() 281 return face->type1.glyph_names[idx]; in psaux_get_glyph_name()
|
D | t1decode.c | 147 FT_String* name = (FT_String*)decoder->glyph_names[n]; in t1_lookup_glyph_by_stdcharcode() 223 if ( decoder->glyph_names == 0 && in t1operator_seac() 226 if ( decoder->glyph_names == 0 ) in t1operator_seac() 1574 FT_Byte** glyph_names, in t1_decoder_init() argument 1605 decoder->glyph_names = glyph_names; in t1_decoder_init()
|
D | t1cmap.h | 48 const char* const* glyph_names; member
|
D | t1decode.h | 49 FT_Byte** glyph_names,
|
/external/pdfium/third_party/freetype/src/psaux/ |
D | t1cmap.c | 43 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() 281 return face->type1.glyph_names[idx]; in psaux_get_glyph_name()
|
D | t1decode.c | 147 FT_String* name = (FT_String*)decoder->glyph_names[n]; in t1_lookup_glyph_by_stdcharcode() 223 if ( decoder->glyph_names == 0 && in t1operator_seac() 226 if ( decoder->glyph_names == 0 ) in t1operator_seac() 1572 FT_Byte** glyph_names, in t1_decoder_init() argument 1603 decoder->glyph_names = glyph_names; in t1_decoder_init()
|
D | t1cmap.h | 48 const char* const* glyph_names; member
|
D | t1decode.h | 49 FT_Byte** glyph_names,
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | ttpost.c | 285 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/sfnt/ |
D | ttpost.c | 288 table->glyph_names = name_strings; in load_format_20() 439 FT_FREE( table->glyph_names[n] ); in tt_face_free_ps_names() 441 FT_FREE( table->glyph_names ); in tt_face_free_ps_names() 537 *PSname = (FT_String*)table->glyph_names[name_index - 258]; in tt_face_get_ps_name()
|
/external/pdfium/third_party/freetype/src/type1/ |
D | t1driver.c | 62 FT_STRCPYN( buffer, face->type1.glyph_names[glyph_index], buffer_max ); in t1_get_glyph_name() 77 FT_String* gname = face->type1.glyph_names[i]; in t1_get_name_index() 281 retval = (FT_Long)( ft_strlen( type1->glyph_names[idx] ) + 1 ); in t1_ps_get_font_value() 284 ft_memcpy( value, (void *)( type1->glyph_names[idx] ), retval ); in t1_ps_get_font_value()
|
D | t1load.h | 43 PS_TableRec glyph_names; member
|
D | t1gload.c | 172 (FT_Byte**)type1->glyph_names, in T1_Compute_Max_Advance() 237 (FT_Byte**)type1->glyph_names, in T1_Get_Advances() 333 (FT_Byte**)type1->glyph_names, in T1_Load_Glyph()
|
D | t1load.c | 1501 PS_Table name_table = &loader->glyph_names; in parse_charstrings() 2055 loader->glyph_names.init = 0; in t1_init_loader() 2072 T1_Release_Table( &loader->glyph_names ); in t1_done_loader() 2213 type1->glyph_names_block = loader.glyph_names.block; in T1_Open_Face() 2214 type1->glyph_names = (FT_String**)loader.glyph_names.elements; in T1_Open_Face() 2215 loader.glyph_names.block = 0; in T1_Open_Face() 2216 loader.glyph_names.elements = 0; in T1_Open_Face() 2246 glyph_name = (FT_Byte*)type1->glyph_names[idx]; in T1_Open_Face()
|
D | t1afm.c | 67 char* gname = (char*)type1->glyph_names[n]; in t1_get_index()
|
D | t1objs.c | 245 FT_FREE( type1->glyph_names ); in T1_Face_Done()
|
/external/pdfium/third_party/freetype/include/internal/ |
D | t1types.h | 112 FT_String** glyph_names; /* array of glyph names */ member
|
D | psaux.h | 646 FT_Byte** glyph_names, 675 FT_Byte** glyph_names; member
|
D | tttypes.h | 760 FT_Char** glyph_names; member
|
/external/freetype/include/internal/ |
D | t1types.h | 112 FT_String** glyph_names; /* array of glyph names */ member
|
D | psaux.h | 646 FT_Byte** glyph_names, 675 FT_Byte** glyph_names; member
|
D | tttypes.h | 758 FT_Char** glyph_names; member
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cffgload.h | 187 FT_Byte** glyph_names; /* for pure CFF fonts only */ member
|
/external/freetype/src/cff/ |
D | cffgload.h | 192 FT_Byte** glyph_names; /* for pure CFF fonts only */ member
|
/external/fonttools/Lib/fontTools/ |
D | subset.py | 1243 if not options.glyph_names: 1828 glyph_names = False variable in Options 2172 dontLoadGlyphNames =(not options.glyph_names and
|