HomeSort by relevance Sort by last modified time
    Searched refs:ttface (Results 1 - 7 of 7) 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;
ftobjs.c 573 TT_Face ttface = (TT_Face)face; local
646 ttface->num_locations &&
647 ttface->max_profile.maxSizeOfInstructions == 0 ) )
    [all...]
  /external/freetype/src/truetype/
ttdriver.c 106 tt_get_kerning( FT_Face ttface, /* TT_Face */
111 TT_Face face = (TT_Face)ttface;
129 tt_get_advances( FT_Face ttface,
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, req, &strike_index )
    [all...]
ttobjs.c 414 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...]
ttobjs.h 372 FT_Face ttface, /* TT_Face */
378 tt_face_done( FT_Face ttface ); /* TT_Face */ variable
  /external/freetype/src/cff/
cffdrivr.c 103 cff_get_kerning( FT_Face ttface, /* TT_Face */
108 TT_Face face = (TT_Face)ttface;

Completed in 496 milliseconds