HomeSort by relevance Sort by last modified time
    Searched full:ttface (Results 1 - 22 of 22) 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.c 435 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...]
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.c 436 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...]
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/
ttobjs.c 435 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...]
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/chromium_org/third_party/freetype/src/cff/
cffdrivr.c 105 cff_get_kerning( FT_Face ttface, /* TT_Face */
110 TT_Face face = (TT_Face)ttface;
  /external/freetype/src/cff/
cffdrivr.c 105 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/
cffdrivr.c 106 cff_get_kerning( FT_Face ttface, /* TT_Face */
111 TT_Face face = (TT_Face)ttface;
  /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 1134 milliseconds