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

  /external/chromium_org/third_party/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 600 TT_Face ttface = (TT_Face)face; local
673 ttface->num_locations &&
674 ttface->max_profile.maxSizeOfInstructions == 0 ) )
    [all...]
  /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 600 TT_Face ttface = (TT_Face)face; local
673 ttface->num_locations &&
674 ttface->max_profile.maxSizeOfInstructions == 0 ) )
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttdriver.c 175 tt_get_kerning( FT_Face ttface, /* TT_Face */
180 TT_Face face = (TT_Face)ttface;
198 tt_get_advances( FT_Face ttface,
205 TT_Face face = (TT_Face) ttface;
257 TT_Face ttface = (TT_Face)size->face; local
273 SFNT_Service sfnt = (SFNT_Service) ttface->sfnt;
277 error = sfnt->load_strike_metrics( ttface, strike_index, metrics );
300 TT_Face ttface = (TT_Face)size->face; local
301 SFNT_Service sfnt = (SFNT_Service) ttface->sfnt;
305 error = sfnt->set_sbit_strike( ttface, req, &strike_index )
    [all...]
ttobjs.h 375 FT_Face ttface, /* TT_Face */
381 tt_face_done( FT_Face ttface ); /* TT_Face */ variable
  /external/freetype/src/truetype/
ttdriver.c 175 tt_get_kerning( FT_Face ttface, /* TT_Face */
180 TT_Face face = (TT_Face)ttface;
198 tt_get_advances( FT_Face ttface,
205 TT_Face face = (TT_Face) ttface;
257 TT_Face ttface = (TT_Face)size->face; local
273 SFNT_Service sfnt = (SFNT_Service) ttface->sfnt;
277 error = sfnt->load_strike_metrics( ttface, strike_index, metrics );
300 TT_Face ttface = (TT_Face)size->face; local
301 SFNT_Service sfnt = (SFNT_Service) ttface->sfnt;
305 error = sfnt->set_sbit_strike( ttface, req, &strike_index )
    [all...]
ttobjs.h 375 FT_Face ttface, /* TT_Face */
381 tt_face_done( FT_Face ttface ); /* TT_Face */ variable

Completed in 85 milliseconds