HomeSort by relevance Sort by last modified time
    Searched refs:ttface (Results 1 - 8 of 8) 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 54 TT_Face ttface = (TT_Face)face; local
57 if ( idx < (FT_UInt)ttface->num_names )
59 TT_Name entry = ttface->name_table.names + idx;
105 TT_Face ttface = (TT_Face)face; local
108 if ( ttface->name_table.format != 1 )
112 langID - 0x8000U < ttface->name_table.numLangTagRecords )
114 TT_LangTag entry = ttface->name_table.langTags +
ftobjs.c 770 TT_Face ttface = (TT_Face)face; local
863 ttface->num_locations &&
864 ttface->max_profile.maxSizeOfInstructions == 0 &&
865 ttface->font_program_size == 0 &&
866 ttface->cvt_program_size == 0 ) )
    [all...]
  /external/freetype/src/truetype/
ttdriver.c 200 tt_get_kerning( FT_Face ttface, /* TT_Face */
205 TT_Face face = (TT_Face)ttface;
220 tt_get_advances( FT_Face ttface,
227 TT_Face face = (TT_Face)ttface;
236 if ( ( FT_IS_NAMED_INSTANCE( ttface ) || FT_IS_VARIATION( ttface ) ) &&
256 if ( ( FT_IS_NAMED_INSTANCE( ttface ) || FT_IS_VARIATION( ttface ) ) &&
295 TT_Face ttface = (TT_Face)size->face; local
311 SFNT_Service sfnt = (SFNT_Service)ttface->sfnt
340 TT_Face ttface = (TT_Face)size->face; local
    [all...]
ttobjs.c 505 tt_check_single_notdef( FT_Face ttface )
509 TT_Face face = (TT_Face)ttface;
540 error = FT_Get_Glyph_Name( ttface, glyph_index, buf, 8 );
579 FT_Face ttface, /* TT_Face */
587 TT_Face face = (TT_Face)ttface;
592 library = ttface->driver->root.library;
630 ttface->face_flags |= FT_FACE_FLAG_HINTER;
642 if ( tt_check_trickyness( ttface ) )
643 ttface->face_flags |= FT_FACE_FLAG_TRICKY;
649 if ( FT_IS_SCALABLE( ttface ) )
    [all...]
ttobjs.h 357 FT_Face ttface, /* TT_Face */
363 tt_face_done( FT_Face ttface ); /* TT_Face */ variable
  /external/freetype/src/cff/
cffdrivr.c 109 cff_get_kerning( FT_Face ttface, /* TT_Face */
114 TT_Face face = (TT_Face)ttface;
213 TT_Face ttface = (TT_Face)face; local
222 !( ttface->variation_support & TT_FACE_FLAG_VAR_VADVANCE ) )
230 if ( !ttface->vertical_info )
238 ( (SFNT_Service)ttface->sfnt )->get_metrics( ttface,
256 !( ttface->variation_support & TT_FACE_FLAG_VAR_HADVANCE ) )
261 if ( !ttface->horizontal.number_Of_HMetrics )
269 ( (SFNT_Service)ttface->sfnt )->get_metrics( ttface
    [all...]
  /external/freetype/src/sfnt/
sfdriver.c 184 TT_Face ttface = (TT_Face)face; local
200 FT_Error error = tt_face_get_ps_name( ttface, i, &gname );
    [all...]

Completed in 533 milliseconds