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

/external/chromium_org/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.c600 TT_Face ttface = (TT_Face)face; local
673 ttface->num_locations &&
674 ttface->max_profile.maxSizeOfInstructions == 0 ) )
/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.c598 TT_Face ttface = (TT_Face)face; local
676 ttface->num_locations &&
677 ttface->max_profile.maxSizeOfInstructions == 0 &&
678 ttface->font_program_size == 0 &&
679 ttface->cvt_program_size == 0 ) )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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.c600 TT_Face ttface = (TT_Face)face; local
673 ttface->num_locations &&
674 ttface->max_profile.maxSizeOfInstructions == 0 ) )
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttdriver.c175 tt_get_kerning( FT_Face ttface, /* TT_Face */ argument
180 TT_Face face = (TT_Face)ttface;
198 tt_get_advances( FT_Face ttface, argument
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, re
[all...]
H A Dttobjs.c435 tt_check_single_notdef( FT_Face ttface )
439 TT_Face face = (TT_Face)ttface;
470 error = FT_Get_Glyph_Name( ttface, glyph_index, buf, 8 );
506 FT_Face ttface, /* TT_Face */
514 TT_Face face = (TT_Face)ttface;
519 library = ttface->driver->root.library;
550 ttface->face_flags |= FT_FACE_FLAG_HINTER;
562 if ( tt_check_trickyness( ttface ) )
563 ttface->face_flags |= FT_FACE_FLAG_TRICKY;
569 if ( FT_IS_SCALABLE( ttface ) )
[all...]
H A Dttobjs.h375 FT_Face ttface, /* TT_Face */
381 tt_face_done( FT_Face ttface ); /* TT_Face */ variable
/external/freetype/src/truetype/
H A Dttdriver.c175 tt_get_kerning( FT_Face ttface, /* TT_Face */ argument
180 TT_Face face = (TT_Face)ttface;
198 tt_get_advances( FT_Face ttface, argument
205 TT_Face face = (TT_Face) ttface;
258 TT_Face ttface = (TT_Face)size->face; local
274 SFNT_Service sfnt = (SFNT_Service) ttface->sfnt;
278 error = sfnt->load_strike_metrics( ttface, strike_index, metrics );
301 TT_Face ttface = (TT_Face)size->face; local
302 SFNT_Service sfnt = (SFNT_Service) ttface->sfnt;
306 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.h377 FT_Face ttface, /* TT_Face */
383 tt_face_done( FT_Face ttface ); /* TT_Face */ variable
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttdriver.c175 tt_get_kerning( FT_Face ttface, /* TT_Face */ argument
180 TT_Face face = (TT_Face)ttface;
198 tt_get_advances( FT_Face ttface, argument
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, re
[all...]
H A Dttobjs.c435 tt_check_single_notdef( FT_Face ttface )
439 TT_Face face = (TT_Face)ttface;
470 error = FT_Get_Glyph_Name( ttface, glyph_index, buf, 8 );
506 FT_Face ttface, /* TT_Face */
514 TT_Face face = (TT_Face)ttface;
519 library = ttface->driver->root.library;
560 ttface->face_flags |= FT_FACE_FLAG_HINTER;
572 if ( tt_check_trickyness( ttface ) )
573 ttface->face_flags |= FT_FACE_FLAG_TRICKY;
579 if ( FT_IS_SCALABLE( ttface ) )
[all...]
H A Dttobjs.h375 FT_Face ttface, /* TT_Face */
381 tt_face_done( FT_Face ttface ); /* TT_Face */ variable
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffdrivr.c105 cff_get_kerning( FT_Face ttface, /* TT_Face */
110 TT_Face face = (TT_Face)ttface;
/external/freetype/src/cff/
H A Dcffdrivr.c105 cff_get_kerning( FT_Face ttface, /* TT_Face */
110 TT_Face face = (TT_Face)ttface;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffdrivr.c106 cff_get_kerning( FT_Face ttface, /* TT_Face */
111 TT_Face face = (TT_Face)ttface;
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp400 CTTFontDesc* ttface; local
401 m_FaceMap.GetNextAssoc(pos, Key, (void*&)ttface);
402 if (ttface->ReleaseFace(face)) {

Completed in 731 milliseconds