HomeSort by relevance Sort by last modified time
    Searched defs:ttface (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/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 600 TT_Face ttface = (TT_Face)face; local
673 ttface->num_locations &&
674 ttface->max_profile.maxSizeOfInstructions == 0 ) )
    [all...]
  /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 598 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 ) )
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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 600 TT_Face ttface = (TT_Face)face; local
673 ttface->num_locations &&
674 ttface->max_profile.maxSizeOfInstructions == 0 ) )
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttdriver.c 175 tt_get_kerning( FT_Face ttface, /* TT_Face */
180 TT_Face face = (TT_Face)ttface;
198 tt_get_advances( FT_Face ttface,
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, req, &strike_index )
    [all...]
ttobjs.h 375 FT_Face ttface, /* TT_Face */
381 tt_face_done( FT_Face ttface ); /* TT_Face */ variable
  /external/freetype/src/truetype/
ttdriver.c 175 tt_get_kerning( FT_Face ttface, /* TT_Face */
180 TT_Face face = (TT_Face)ttface;
198 tt_get_advances( FT_Face ttface,
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, req, &strike_index )
    [all...]
ttobjs.h 377 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/
ttdriver.c 175 tt_get_kerning( FT_Face ttface, /* TT_Face */
180 TT_Face face = (TT_Face)ttface;
198 tt_get_advances( FT_Face ttface,
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, req, &strike_index )
    [all...]
ttobjs.h 375 FT_Face ttface, /* TT_Face */
381 tt_face_done( FT_Face ttface ); /* TT_Face */ variable
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 400 CTTFontDesc* ttface; local
401 m_FaceMap.GetNextAssoc(pos, Key, (void*&)ttface);
402 if (ttface->ReleaseFace(face)) {
    [all...]

Completed in 584 milliseconds