HomeSort by relevance Sort by last modified time
    Searched defs:ttface (Results 1 - 4 of 4) 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.h 371 FT_Face ttface, /* TT_Face */
377 tt_face_done( FT_Face ttface ); /* TT_Face */ variable

Completed in 43 milliseconds