HomeSort by relevance Sort by last modified time
    Searched refs:ttface (Results 1 - 6 of 6) sorted by null

  /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;
  /external/freetype/src/truetype/
ttdriver.c 107 tt_get_kerning( FT_Face ttface, /* TT_Face */
112 TT_Face face = (TT_Face)ttface;
130 tt_get_advances( FT_Face ttface,
137 TT_Face face = (TT_Face) ttface;
191 TT_Face ttface = (TT_Face)size->face; local
207 SFNT_Service sfnt = (SFNT_Service) ttface->sfnt;
211 error = sfnt->load_strike_metrics( ttface, strike_index, metrics );
234 TT_Face ttface = (TT_Face)size->face; local
235 SFNT_Service sfnt = (SFNT_Service) ttface->sfnt;
239 error = sfnt->set_sbit_strike( ttface, req, &strike_index )
    [all...]
ttobjs.c 204 FT_Face ttface, /* TT_Face */
212 TT_Face face = (TT_Face)ttface;
215 library = ttface->driver->root.library;
241 ttface->face_flags |= FT_FACE_FLAG_HINTER;
253 if ( tt_check_trickyness( ttface->family_name ) )
254 ttface->face_flags |= FT_FACE_FLAG_TRICKY;
260 if ( FT_IS_SCALABLE( ttface ) )
265 if ( !ttface->internal->incremental_interface )
306 ttface->internal->ignore_unpatented_hinter = TRUE;
336 tt_face_done( FT_Face ttface ) /* TT_Face *
    [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;

Completed in 75 milliseconds