Searched refs:ttface (Results 1 - 14 of 14) sorted by relevance

/external/freetype/src/base/
H A Dftgasp.c33 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 )
H A Dftsnames.c52 TT_Face ttface = (TT_Face)face; local
55 if ( idx < (FT_UInt)ttface->num_names )
57 TT_NameEntryRec* entry = ttface->name_table.names + idx;
H A Dftobjs.c603 TT_Face ttface = (TT_Face)face; local
681 ttface->num_locations &&
682 ttface->max_profile.maxSizeOfInstructions == 0 &&
683 ttface->font_program_size == 0 &&
684 ttface->cvt_program_size == 0 ) )
/external/pdfium/third_party/freetype/src/base/
H A Dftgasp.c33 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 )
H A Dftsnames.c52 TT_Face ttface = (TT_Face)face; local
55 if ( idx < (FT_UInt)ttface->num_names )
57 TT_NameEntryRec* entry = ttface->name_table.names + idx;
H A Dftobjs.c603 TT_Face ttface = (TT_Face)face; local
681 ttface->num_locations &&
682 ttface->max_profile.maxSizeOfInstructions == 0 &&
683 ttface->font_program_size == 0 &&
684 ttface->cvt_program_size == 0 ) )
/external/freetype/src/truetype/
H A Dttdriver.c170 tt_get_kerning( FT_Face ttface, /* TT_Face */ argument
175 TT_Face face = (TT_Face)ttface;
190 tt_get_advances( FT_Face ttface, argument
197 TT_Face face = (TT_Face) ttface;
250 TT_Face ttface = (TT_Face)size->face; local
266 SFNT_Service sfnt = (SFNT_Service) ttface->sfnt;
270 error = sfnt->load_strike_metrics( ttface, strike_index, metrics );
293 TT_Face ttface = (TT_Face)size->face; local
294 SFNT_Service sfnt = (SFNT_Service) ttface->sfnt;
298 error = sfnt->set_sbit_strike( ttface, re
[all...]
H A Dttobjs.c436 tt_check_single_notdef( FT_Face ttface )
440 TT_Face face = (TT_Face)ttface;
471 error = FT_Get_Glyph_Name( ttface, glyph_index, buf, 8 );
507 FT_Face ttface, /* TT_Face */
515 TT_Face face = (TT_Face)ttface;
520 library = ttface->driver->root.library;
555 ttface->face_flags |= FT_FACE_FLAG_HINTER;
567 if ( tt_check_trickyness( ttface ) )
568 ttface->face_flags |= FT_FACE_FLAG_TRICKY;
574 if ( FT_IS_SCALABLE( ttface ) )
[all...]
H A Dttobjs.h369 FT_Face ttface, /* TT_Face */
375 tt_face_done( FT_Face ttface ); /* TT_Face */ variable
/external/pdfium/third_party/freetype/src/truetype/
H A Dttdriver.c170 tt_get_kerning( FT_Face ttface, /* TT_Face */ argument
175 TT_Face face = (TT_Face)ttface;
190 tt_get_advances( FT_Face ttface, argument
197 TT_Face face = (TT_Face) ttface;
250 TT_Face ttface = (TT_Face)size->face; local
266 SFNT_Service sfnt = (SFNT_Service) ttface->sfnt;
270 error = sfnt->load_strike_metrics( ttface, strike_index, metrics );
293 TT_Face ttface = (TT_Face)size->face; local
294 SFNT_Service sfnt = (SFNT_Service) ttface->sfnt;
298 error = sfnt->set_sbit_strike( ttface, re
[all...]
H A Dttobjs.c436 tt_check_single_notdef( FT_Face ttface )
440 TT_Face face = (TT_Face)ttface;
471 error = FT_Get_Glyph_Name( ttface, glyph_index, buf, 8 );
510 FT_Face ttface, /* TT_Face */
518 TT_Face face = (TT_Face)ttface;
523 library = ttface->driver->root.library;
558 ttface->face_flags |= FT_FACE_FLAG_HINTER;
570 if ( tt_check_trickyness( ttface ) )
571 ttface->face_flags |= FT_FACE_FLAG_TRICKY;
577 if ( FT_IS_SCALABLE( ttface ) )
[all...]
H A Dttobjs.h358 FT_Face ttface, /* TT_Face */
364 tt_face_done( FT_Face ttface ); /* TT_Face */ variable
/external/freetype/src/cff/
H A Dcffdrivr.c100 cff_get_kerning( FT_Face ttface, /* TT_Face */
105 TT_Face face = (TT_Face)ttface;
204 TT_Face ttface = (TT_Face)face; local
214 if ( !ttface->vertical_info )
222 ( (SFNT_Service)ttface->sfnt )->get_metrics( ttface,
236 if ( !ttface->horizontal.number_Of_HMetrics )
244 ( (SFNT_Service)ttface->sfnt )->get_metrics( ttface,
/external/pdfium/third_party/freetype/src/cff/
H A Dcffdrivr.c100 cff_get_kerning( FT_Face ttface, /* TT_Face */
105 TT_Face face = (TT_Face)ttface;
204 TT_Face ttface = (TT_Face)face; local
214 if ( !ttface->vertical_info )
222 ( (SFNT_Service)ttface->sfnt )->get_metrics( ttface,
236 if ( !ttface->horizontal.number_Of_HMetrics )
244 ( (SFNT_Service)ttface->sfnt )->get_metrics( ttface,

Completed in 653 milliseconds