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