Searched defs:ttface (Results 1 - 16 of 16) 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.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.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.h375 FT_Face ttface, /* TT_Face */
381 tt_face_done( FT_Face ttface ); /* TT_Face */ variable
/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 2842 milliseconds