/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]; 281 return face->type1.glyph_names[idx];
|
t1decode.c | 147 FT_String* name = (FT_String*)decoder->glyph_names[n]; 220 /* `glyph_names' is set to 0 for CID fonts which do not */ 223 if ( decoder->glyph_names == 0 && 226 if ( decoder->glyph_names == 0 ) [all...] |
/external/pdfium/third_party/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]; 281 return face->type1.glyph_names[idx];
|
t1decode.c | 147 FT_String* name = (FT_String*)decoder->glyph_names[n]; 220 /* `glyph_names' is set to 0 for CID fonts which do not */ 223 if ( decoder->glyph_names == 0 && 226 if ( decoder->glyph_names == 0 ) [all...] |
/external/freetype/src/sfnt/ |
ttpost.c | 288 table->glyph_names = name_strings; 441 FT_FREE( table->glyph_names[n] ); 443 FT_FREE( table->glyph_names ); 539 *PSname = (FT_String*)table->glyph_names[name_index - 258];
|
/external/pdfium/third_party/freetype/src/sfnt/ |
ttpost.c | 288 table->glyph_names = name_strings; 439 FT_FREE( table->glyph_names[n] ); 441 FT_FREE( table->glyph_names ); 537 *PSname = (FT_String*)table->glyph_names[name_index - 258];
|
/external/pdfium/third_party/freetype/src/type1/ |
t1load.h | 43 PS_TableRec glyph_names; member in struct:T1_Loader_
|
t1gload.c | 172 (FT_Byte**)type1->glyph_names, 237 (FT_Byte**)type1->glyph_names, 333 (FT_Byte**)type1->glyph_names,
|
t1driver.c | 62 FT_STRCPYN( buffer, face->type1.glyph_names[glyph_index], buffer_max ); 77 FT_String* gname = face->type1.glyph_names[i]; 283 retval = ft_strlen( type1->glyph_names[idx] ) + 1; 286 ft_memcpy( value, (void *)( type1->glyph_names[idx] ), retval );
|
t1load.c | [all...] |
t1afm.c | 67 char* gname = (char*)type1->glyph_names[n];
|
t1objs.c | 245 FT_FREE( type1->glyph_names );
|
/external/freetype/include/freetype/internal/ |
t1types.h | 114 FT_String** glyph_names; /* array of glyph names */ member in struct:T1_FontRec_
|
psaux.h | 647 FT_Byte** glyph_names, 676 FT_Byte** glyph_names; member in struct:T1_DecoderRec_ [all...] |
tttypes.h | 794 FT_Char** glyph_names; member in struct:TT_Post_20Rec_ [all...] |
/external/freetype/src/cff/ |
cffgload.h | 192 FT_Byte** glyph_names; /* for pure CFF fonts only */ member in struct:CFF_Decoder_
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
t1types.h | 112 FT_String** glyph_names; /* array of glyph names */ member in struct:T1_FontRec_
|
psaux.h | 646 FT_Byte** glyph_names, 675 FT_Byte** glyph_names; member in struct:T1_DecoderRec_ [all...] |
tttypes.h | 758 FT_Char** glyph_names; member in struct:TT_Post_20Rec_ [all...] |
/external/pdfium/third_party/freetype/src/cff/ |
cffgload.h | 192 FT_Byte** glyph_names; /* for pure CFF fonts only */ member in struct:CFF_Decoder_
|
/external/noto-fonts/emoji-compat/ |
createfont.py | 519 glyph_names = [x["input"] for x in seq] 520 codepoints = [glyph_to_codepoint_map[x] for x in glyph_names] 524 print("Warning: no output glyph is set for " + str(glyph_names)) 529 + str(glyph_names) + ", will use the first one") 544 glyph_names = [name] + ligature.Component 545 codepoints = [glyph_to_codepoint_map[x] for x in glyph_names]
|