/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-post-table.hh | 81 bool serialize (hb_serialize_context_t *c, bool glyph_names) const in serialize() 88 if (!glyph_names) in serialize() 101 bool glyph_names = c->plan->flags & HB_SUBSET_FLAGS_GLYPH_NAMES; in subset() local 102 if (!serialize (c->serializer, glyph_names)) in subset() 105 if (glyph_names && version.major == 2) in subset()
|
/third_party/flutter/skia/third_party/externals/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() 293 return face->type1.glyph_names[idx]; in psaux_get_glyph_name()
|
D | t1cmap.h | 48 const char* const* glyph_names; member
|
D | t1decode.c | 150 FT_String* name = (FT_String*)decoder->glyph_names[n]; in t1_lookup_glyph_by_stdcharcode_ps() 203 FT_String* name = (FT_String*)decoder->glyph_names[n]; in t1_lookup_glyph_by_stdcharcode() 294 if ( decoder->glyph_names == 0 && in t1operator_seac() 297 if ( decoder->glyph_names == 0 ) in t1operator_seac() 1961 FT_Byte** glyph_names, in t1_decoder_init() argument 1992 decoder->glyph_names = glyph_names; in t1_decoder_init()
|
D | t1decode.h | 59 FT_Byte** glyph_names,
|
/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() 293 return face->type1.glyph_names[idx]; in psaux_get_glyph_name()
|
D | t1cmap.h | 47 const char* const* glyph_names; member
|
D | t1decode.h | 58 FT_Byte** glyph_names,
|
/third_party/skia/third_party/externals/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() 293 return face->type1.glyph_names[idx]; in psaux_get_glyph_name()
|
D | t1cmap.h | 47 const char* const* glyph_names; member
|
D | t1decode.h | 58 FT_Byte** glyph_names,
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttpost.c | 289 table->glyph_names = name_strings; in load_format_20() 430 table->glyph_names[0]--; in tt_face_free_ps_names() 431 FT_FREE( table->glyph_names[0] ); in tt_face_free_ps_names() 433 FT_FREE( table->glyph_names ); in tt_face_free_ps_names() 533 *PSname = (FT_String*)table->glyph_names[name_index - 258]; in tt_face_get_ps_name()
|
/third_party/skia/third_party/externals/freetype/src/type42/ |
D | t42objs.c | 93 type1->glyph_names_block = loader.glyph_names.block; in T42_Open_Face() 94 type1->glyph_names = (FT_String**)loader.glyph_names.elements; in T42_Open_Face() 95 loader.glyph_names.block = NULL; in T42_Open_Face() 96 loader.glyph_names.elements = NULL; in T42_Open_Face() 126 const FT_String* glyph_name = type1->glyph_names[idx]; in T42_Open_Face() 434 FT_FREE( type1->glyph_names ); in T42_Face_Done()
|
D | t42drivr.c | 65 FT_STRCPYN( buffer, face->type1.glyph_names[glyph_index], buffer_max ); in t42_get_glyph_name() 80 FT_String* gname = face->type1.glyph_names[i]; in t42_get_name_index()
|
D | t42parse.h | 51 PS_TableRec glyph_names; member
|
/third_party/flutter/skia/third_party/externals/freetype/src/type42/ |
D | t42objs.c | 93 type1->glyph_names_block = loader.glyph_names.block; in T42_Open_Face() 94 type1->glyph_names = (FT_String**)loader.glyph_names.elements; in T42_Open_Face() 95 loader.glyph_names.block = NULL; in T42_Open_Face() 96 loader.glyph_names.elements = NULL; in T42_Open_Face() 126 const FT_String* glyph_name = type1->glyph_names[idx]; in T42_Open_Face() 434 FT_FREE( type1->glyph_names ); in T42_Face_Done()
|
D | t42drivr.c | 65 FT_STRCPYN( buffer, face->type1.glyph_names[glyph_index], buffer_max ); in t42_get_glyph_name() 80 FT_String* gname = face->type1.glyph_names[i]; in t42_get_name_index()
|
D | t42parse.h | 51 PS_TableRec glyph_names; member
|
/third_party/freetype/src/type42/ |
D | t42objs.c | 93 type1->glyph_names_block = loader.glyph_names.block; in T42_Open_Face() 94 type1->glyph_names = (FT_String**)loader.glyph_names.elements; in T42_Open_Face() 95 loader.glyph_names.block = NULL; in T42_Open_Face() 96 loader.glyph_names.elements = NULL; in T42_Open_Face() 126 const FT_String* glyph_name = type1->glyph_names[idx]; in T42_Open_Face() 434 FT_FREE( type1->glyph_names ); in T42_Face_Done()
|
D | t42drivr.c | 65 FT_STRCPYN( buffer, face->type1.glyph_names[glyph_index], buffer_max ); in t42_get_glyph_name() 80 FT_String* gname = face->type1.glyph_names[i]; in t42_get_name_index()
|
D | t42parse.h | 51 PS_TableRec glyph_names; member
|
/third_party/freetype/src/sfnt/ |
D | ttpost.c | 291 table->glyph_names = name_strings; in load_format_20() 443 FT_FREE( table->glyph_names[n] ); in tt_face_free_ps_names() 445 FT_FREE( table->glyph_names ); in tt_face_free_ps_names() 544 *PSname = (FT_String*)table->glyph_names[name_index - 258]; in tt_face_get_ps_name()
|
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/ |
D | ttpost.c | 292 table->glyph_names = name_strings; in load_format_20() 444 FT_FREE( table->glyph_names[n] ); in tt_face_free_ps_names() 446 FT_FREE( table->glyph_names ); in tt_face_free_ps_names() 545 *PSname = (FT_String*)table->glyph_names[name_index - 258]; in tt_face_get_ps_name()
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
D | t1driver.c | 65 FT_STRCPYN( buffer, face->type1.glyph_names[glyph_index], buffer_max ); in t1_get_glyph_name() 80 FT_String* gname = face->type1.glyph_names[i]; in t1_get_name_index() 297 retval = ft_strlen( type1->glyph_names[idx] ) + 1; in t1_ps_get_font_value() 300 ft_memcpy( value, (void *)( type1->glyph_names[idx] ), retval ); in t1_ps_get_font_value()
|
/third_party/freetype/src/type1/ |
D | t1driver.c | 65 FT_STRCPYN( buffer, face->type1.glyph_names[glyph_index], buffer_max ); in t1_get_glyph_name() 80 FT_String* gname = face->type1.glyph_names[i]; in t1_get_name_index() 297 retval = ft_strlen( type1->glyph_names[idx] ) + 1; in t1_ps_get_font_value() 300 ft_memcpy( value, (void *)( type1->glyph_names[idx] ), retval ); in t1_ps_get_font_value()
|