/external/noto-fonts/scripts/ |
D | color_emoji_image_diff.py | 74 glyph_names = [x["input"] for x in seq] 75 codepoints = [glyph_to_codepoint_map[x] for x in glyph_names] 79 print("Warning: no output glyph is set for " + str(glyph_names)) 84 + str(glyph_names) + ", will use the first one") 99 glyph_names = [name] + ligature.Component 100 codepoints = [glyph_to_codepoint_map[x] for x in glyph_names]
|
/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() 293 return face->type1.glyph_names[idx]; in psaux_get_glyph_name()
|
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() 1952 FT_Byte** glyph_names, in t1_decoder_init() argument 1983 decoder->glyph_names = glyph_names; in t1_decoder_init()
|
D | t1cmap.h | 48 const char* const* glyph_names; member
|
D | t1decode.h | 59 FT_Byte** glyph_names,
|
D | psobjs.c | 2434 ps_decoder->glyph_names = t1_decoder->glyph_names; in ps_decoder_init()
|
D | psintrp.c | 1335 if ( decoder->glyph_names == 0 && in cf2_interpT2CharString() 1338 if ( decoder->glyph_names == 0 ) in cf2_interpT2CharString()
|
/external/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() 127 glyph_name = (FT_Byte*)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
|
D | t42parse.c | 786 PS_Table name_table = &loader->glyph_names; in t42_parse_charstrings() 1285 loader->glyph_names.init = 0; in t42_loader_init() 1298 T1_Release_Table( &loader->glyph_names ); in t42_loader_done()
|
/external/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()
|
/external/noto-fonts/emoji-compat/ |
D | createfont.py | 536 glyph_names = [x["input"] for x in seq] 537 codepoints = [glyph_to_codepoint_map[x] for x in glyph_names] 541 print("Warning: no output glyph is set for " + str(glyph_names)) 546 + str(glyph_names) + ", will use the first one") 561 glyph_names = [name] + ligature.Component 562 codepoints = [glyph_to_codepoint_map[x] for x in glyph_names]
|
/external/freetype/src/type1/ |
D | t1driver.c | 66 FT_STRCPYN( buffer, face->type1.glyph_names[glyph_index], buffer_max ); in t1_get_glyph_name() 81 FT_String* gname = face->type1.glyph_names[i]; in t1_get_name_index() 296 retval = ft_strlen( type1->glyph_names[idx] ) + 1; in t1_ps_get_font_value() 299 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 | 232 (FT_Byte**)type1->glyph_names, in T1_Compute_Max_Advance() 310 (FT_Byte**)type1->glyph_names, in T1_Get_Advances() 417 (FT_Byte**)type1->glyph_names, in T1_Load_Glyph()
|
D | t1load.c | 1803 PS_Table name_table = &loader->glyph_names; in parse_charstrings() 2385 T1_Release_Table( &loader->glyph_names ); in t1_done_loader() 2546 type1->glyph_names_block = loader.glyph_names.block; in T1_Open_Face() 2547 type1->glyph_names = (FT_String**)loader.glyph_names.elements; in T1_Open_Face() 2548 loader.glyph_names.block = NULL; in T1_Open_Face() 2549 loader.glyph_names.elements = NULL; in T1_Open_Face() 2579 glyph_name = (FT_Byte*)type1->glyph_names[idx]; in T1_Open_Face()
|
D | t1afm.c | 69 char* gname = (char*)type1->glyph_names[n]; in t1_get_index()
|
D | t1objs.c | 244 FT_FREE( type1->glyph_names ); in T1_Face_Done()
|
/external/wayland/cursor/ |
D | convert_font.c | 120 struct glyph_names { struct 178 handle_glyph_names(struct glyph_names *names) in handle_glyph_names() 188 void *names_start = ((void*) names) + sizeof(struct glyph_names) in handle_glyph_names()
|
/external/freetype/include/freetype/internal/ |
D | psaux.h | 667 FT_Byte** glyph_names; /* for pure CFF fonts only */ member 918 FT_Byte** glyph_names, 960 FT_Byte** glyph_names; member 1207 FT_Byte** glyph_names; /* for pure CFF fonts only */ member
|
D | t1types.h | 119 FT_String** glyph_names; /* array of glyph names */ member
|
D | tttypes.h | 897 FT_Char** glyph_names; member
|
/external/fonttools/Lib/fontTools/subset/ |
D | __init__.py | 1890 if not options.glyph_names: 2289 self.glyph_names = False 2804 dontLoadGlyphNames = not options.glyph_names and not glyphs
|
/external/freetype/ |
D | ChangeLog.22 | 1655 (PS_Unicodes_InitFunc): Use FT_String for `glyph_names'. 1664 (ps_unicodes_init): Use FT_String for `glyph_names' argument.
|