Searched refs:ttface (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftcolor.c | 60 TT_Face ttface; in FT_Palette_Select() local 75 ttface = (TT_Face)face; in FT_Palette_Select() 76 sfnt = (SFNT_Service)ttface->sfnt; in FT_Palette_Select() 78 error = sfnt->set_palette( ttface, palette_index ); in FT_Palette_Select() 82 ttface->palette_index = palette_index; in FT_Palette_Select() 85 *apalette = ttface->palette; in FT_Palette_Select() 97 TT_Face ttface; in FT_Palette_Set_Foreground_Color() local 106 ttface = (TT_Face)face; in FT_Palette_Set_Foreground_Color() 108 ttface->foreground_color = foreground_color; in FT_Palette_Set_Foreground_Color() 109 ttface->have_foreground_color = 1; in FT_Palette_Set_Foreground_Color()
|
D | ftgasp.c | 32 TT_Face ttface = (TT_Face)face; in FT_Get_Gasp() local 35 if ( ttface->gasp.numRanges > 0 ) in FT_Get_Gasp() 37 TT_GaspRange range = ttface->gasp.gaspRanges; in FT_Get_Gasp() 38 TT_GaspRange range_end = range + ttface->gasp.numRanges; in FT_Get_Gasp() 51 if ( ttface->gasp.version == 0 ) in FT_Get_Gasp()
|
D | ftsnames.c | 53 TT_Face ttface = (TT_Face)face; in FT_Get_Sfnt_Name() local 56 if ( idx < (FT_UInt)ttface->num_names ) in FT_Get_Sfnt_Name() 58 TT_Name entry = ttface->name_table.names + idx; in FT_Get_Sfnt_Name() 104 TT_Face ttface = (TT_Face)face; in FT_Get_Sfnt_LangTag() local 107 if ( ttface->name_table.format != 1 ) in FT_Get_Sfnt_LangTag() 111 langID - 0x8000U < ttface->name_table.numLangTagRecords ) in FT_Get_Sfnt_LangTag() 113 TT_LangTag entry = ttface->name_table.langTags + in FT_Get_Sfnt_LangTag()
|
D | ftobjs.c | 845 TT_Face ttface = (TT_Face)face; in FT_Load_Glyph() local 937 ttface->num_locations && in FT_Load_Glyph() 938 ttface->max_profile.maxSizeOfInstructions == 0 && in FT_Load_Glyph() 939 ttface->font_program_size == 0 && in FT_Load_Glyph() 940 ttface->cvt_program_size == 0 ) ) in FT_Load_Glyph() 4651 TT_Face ttface = (TT_Face)face; in FT_Render_Glyph_Internal() local 4652 SFNT_Service sfnt = (SFNT_Service)ttface->sfnt; in FT_Render_Glyph_Internal() 4673 error = sfnt->colr_blend( ttface, in FT_Render_Glyph_Internal() 5614 TT_Face ttface; in FT_Get_Color_Glyph_Layer() local 5628 ttface = (TT_Face)face; in FT_Get_Color_Glyph_Layer() [all …]
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
D | ttdriver.c | 202 tt_get_kerning( FT_Face ttface, /* TT_Face */ in tt_get_kerning() argument 207 TT_Face face = (TT_Face)ttface; in tt_get_kerning() 222 tt_get_advances( FT_Face ttface, in tt_get_advances() argument 229 TT_Face face = (TT_Face)ttface; in tt_get_advances() 238 if ( ( FT_IS_NAMED_INSTANCE( ttface ) || FT_IS_VARIATION( ttface ) ) && in tt_get_advances() 258 if ( ( FT_IS_NAMED_INSTANCE( ttface ) || FT_IS_VARIATION( ttface ) ) && in tt_get_advances() 297 TT_Face ttface = (TT_Face)size->face; in tt_size_select() local 313 SFNT_Service sfnt = (SFNT_Service)ttface->sfnt; in tt_size_select() 317 error = sfnt->load_strike_metrics( ttface, in tt_size_select() 342 TT_Face ttface = (TT_Face)size->face; in tt_size_request() local [all …]
|
D | ttobjs.c | 579 tt_check_single_notdef( FT_Face ttface ) in tt_check_single_notdef() argument 583 TT_Face face = (TT_Face)ttface; in tt_check_single_notdef() 614 error = FT_Get_Glyph_Name( ttface, glyph_index, buf, 8 ); in tt_check_single_notdef() 658 FT_Face ttface, /* TT_Face */ in tt_face_init() argument 666 TT_Face face = (TT_Face)ttface; in tt_face_init() 671 library = ttface->driver->root.library; in tt_face_init() 709 ttface->face_flags |= FT_FACE_FLAG_HINTER; in tt_face_init() 722 if ( tt_check_trickyness( ttface ) ) in tt_face_init() 723 ttface->face_flags |= FT_FACE_FLAG_TRICKY; in tt_face_init() 730 if ( FT_IS_SCALABLE( ttface ) ) in tt_face_init() [all …]
|
D | ttobjs.h | 356 FT_Face ttface, /* TT_Face */ 362 tt_face_done( FT_Face ttface ); /* TT_Face */
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
D | cffdrivr.c | 111 cff_get_kerning( FT_Face ttface, /* TT_Face */ in cff_get_kerning() argument 116 TT_Face face = (TT_Face)ttface; in cff_get_kerning() 219 TT_Face ttface = (TT_Face)face; in cff_get_advances() local 228 !( ttface->variation_support & TT_FACE_FLAG_VAR_VADVANCE ) ) in cff_get_advances() 236 if ( !ttface->vertical_info ) in cff_get_advances() 244 ( (SFNT_Service)ttface->sfnt )->get_metrics( ttface, in cff_get_advances() 262 !( ttface->variation_support & TT_FACE_FLAG_VAR_HADVANCE ) ) in cff_get_advances() 267 if ( !ttface->horizontal.number_Of_HMetrics ) in cff_get_advances() 275 ( (SFNT_Service)ttface->sfnt )->get_metrics( ttface, in cff_get_advances()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | sfdriver.c | 187 TT_Face ttface = (TT_Face)face; in sfnt_get_name_index() local 203 FT_Error error = tt_face_get_ps_name( ttface, i, &gname ); in sfnt_get_name_index()
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.27 | 253 (cff_get_advances): Use `ttface->variation_support'. 256 `ttface->variation_support'. 259 load_truetype_glyph): Use `ttface->variation_support'.
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 24283 - if ( FT_IS_SCALABLE( ttface ) ) 24284 + if ( FT_IS_SCALABLE( ttface ) || 24285 + FT_HAS_SBIX( ttface ) ) 24288 if ( !ttface->internal->incremental_interface )
|