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

  /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 614 TT_Face ttface = (TT_Face)face; local
692 ttface->num_locations &&
693 ttface->max_profile.maxSizeOfInstructions == 0 &&
694 ttface->font_program_size == 0 &&
695 ttface->cvt_program_size == 0 ) )
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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 614 TT_Face ttface = (TT_Face)face; local
693 ttface->num_locations &&
694 ttface->max_profile.maxSizeOfInstructions == 0 &&
695 ttface->font_program_size == 0 &&
696 ttface->cvt_program_size == 0 ) )
    [all...]
  /external/pdfium/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 603 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 ) )
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttdriver.c 170 tt_get_kerning( FT_Face ttface, /* TT_Face */
175 TT_Face face = (TT_Face)ttface;
190 tt_get_advances( FT_Face ttface,
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, 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 );
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...]
ttobjs.h 358 FT_Face ttface, /* TT_Face */
364 tt_face_done( FT_Face ttface ); /* TT_Face */ variable
  /external/pdfium/third_party/freetype/src/truetype/
ttdriver.c 170 tt_get_kerning( FT_Face ttface, /* TT_Face */
175 TT_Face face = (TT_Face)ttface;
190 tt_get_advances( FT_Face ttface,
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, 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 );
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...]
ttobjs.h 358 FT_Face ttface, /* TT_Face */
364 tt_face_done( FT_Face ttface ); /* TT_Face */ variable
  /external/freetype/src/truetype/
ttdriver.c 197 tt_get_kerning( FT_Face ttface, /* TT_Face */
202 TT_Face face = (TT_Face)ttface;
217 tt_get_advances( FT_Face ttface,
224 TT_Face face = (TT_Face) ttface;
278 TT_Face ttface = (TT_Face)size->face; local
294 SFNT_Service sfnt = (SFNT_Service)ttface->sfnt;
298 error = sfnt->load_strike_metrics( ttface, strike_index, metrics );
321 TT_Face ttface = (TT_Face)size->face; local
322 SFNT_Service sfnt = (SFNT_Service)ttface->sfnt;
326 error = sfnt->set_sbit_strike( ttface, req, &strike_index )
    [all...]
ttobjs.c 437 tt_check_single_notdef( FT_Face ttface )
441 TT_Face face = (TT_Face)ttface;
472 error = FT_Get_Glyph_Name( ttface, glyph_index, buf, 8 );
511 FT_Face ttface, /* TT_Face */
519 TT_Face face = (TT_Face)ttface;
524 library = ttface->driver->root.library;
559 ttface->face_flags |= FT_FACE_FLAG_HINTER;
571 if ( tt_check_trickyness( ttface ) )
572 ttface->face_flags |= FT_FACE_FLAG_TRICKY;
578 if ( FT_IS_SCALABLE( ttface ) )
    [all...]
ttobjs.h 356 FT_Face ttface, /* TT_Face */
362 tt_face_done( FT_Face ttface ); /* TT_Face */ variable
  /external/freetype/src/cff/
cffdrivr.c 100 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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cffdrivr.c 100 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/
cffdrivr.c 100 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 1023 milliseconds