Searched refs:ttface (Results 1 - 7 of 7) sorted by relevance

/external/freetype/src/base/
H A Dftgasp.c33 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 )
H A Dftsnames.c52 TT_Face ttface = (TT_Face)face; local
55 if ( idx < (FT_UInt)ttface->num_names )
57 TT_NameEntryRec* entry = ttface->name_table.names + idx;
H A Dftobjs.c573 TT_Face ttface = (TT_Face)face; local
646 ttface->num_locations &&
647 ttface->max_profile.maxSizeOfInstructions == 0 ) )
/external/freetype/src/truetype/
H A Dttdriver.c106 tt_get_kerning( FT_Face ttface, /* TT_Face */ argument
111 TT_Face face = (TT_Face)ttface;
129 tt_get_advances( FT_Face ttface, argument
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, re
[all...]
H A Dttobjs.c414 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;
498 library = ttface->driver->root.library;
529 ttface->face_flags |= FT_FACE_FLAG_HINTER;
541 if ( tt_check_trickyness( ttface ) )
542 ttface->face_flags |= FT_FACE_FLAG_TRICKY;
548 if ( FT_IS_SCALABLE( ttface ) )
[all...]
H A Dttobjs.h372 FT_Face ttface, /* TT_Face */
378 tt_face_done( FT_Face ttface ); /* TT_Face */ variable
/external/freetype/src/cff/
H A Dcffdrivr.c103 cff_get_kerning( FT_Face ttface, /* TT_Face */
108 TT_Face face = (TT_Face)ttface;

Completed in 162 milliseconds