/external/freetype/src/base/ |
ftgasp.c | 33 TT_Face ttface = (TT_Face)face; local 36 if ( ttface->gasp.numRanges > 0 ) 38 TT_GaspRange range = ttface->gasp.gaspRanges; 39 TT_GaspRange range_end = range + ttface->gasp.numRanges; 52 if ( ttface->gasp.version == 0 )
|
ftsnames.c | 52 TT_Face ttface = (TT_Face)face; local 55 if ( idx < (FT_UInt)ttface->num_names ) 57 TT_NameEntryRec* entry = ttface->name_table.names + idx;
|
ftobjs.c | 569 TT_Face ttface = (TT_Face)face; local 641 ttface->num_locations && 642 ttface->max_profile.maxSizeOfInstructions == 0 ) ) [all...] |
/external/freetype/src/truetype/ |
ttdriver.c | 106 tt_get_kerning( FT_Face ttface, /* TT_Face */ 111 TT_Face face = (TT_Face)ttface; 129 tt_get_advances( FT_Face ttface, 136 TT_Face face = (TT_Face) ttface; 188 TT_Face ttface = (TT_Face)size->face; local 204 SFNT_Service sfnt = (SFNT_Service) ttface->sfnt; 208 error = sfnt->load_strike_metrics( ttface, strike_index, metrics ); 231 TT_Face ttface = (TT_Face)size->face; local 232 SFNT_Service sfnt = (SFNT_Service) ttface->sfnt; 236 error = sfnt->set_sbit_strike( ttface, req, &strike_index ) [all...] |
ttobjs.c | 414 tt_check_single_notdef( FT_Face ttface ) 418 TT_Face face = (TT_Face)ttface; 449 error = FT_Get_Glyph_Name( ttface, glyph_index, buf, 8 ); 485 FT_Face ttface, /* TT_Face */ 493 TT_Face face = (TT_Face)ttface; 496 library = ttface->driver->root.library; 522 ttface->face_flags |= FT_FACE_FLAG_HINTER; 534 if ( tt_check_trickyness( ttface ) ) 535 ttface->face_flags |= FT_FACE_FLAG_TRICKY; 541 if ( FT_IS_SCALABLE( ttface ) ) [all...] |
ttobjs.h | 371 FT_Face ttface, /* TT_Face */ 377 tt_face_done( FT_Face ttface ); /* TT_Face */ variable
|
/external/freetype/src/cff/ |
cffdrivr.c | 104 cff_get_kerning( FT_Face ttface, /* TT_Face */ 109 TT_Face face = (TT_Face)ttface;
|