Home
last modified time | relevance | path

Searched refs:maxp_table (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-static.cc64 const OT::maxp *maxp_table = maxp_blob->as<OT::maxp> (); in load_num_glyphs() local
66 unsigned int ret = maxp_table->get_num_glyphs (); in load_num_glyphs()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfwoff2.c1263 const WOFF2_Table maxp_table = find_table( tables, num_tables, in get_x_mins() local
1269 if ( !maxp_table ) in get_x_mins()
1288 if ( FT_STREAM_SEEK( maxp_table->src_offset ) || FT_STREAM_SKIP( 8 ) ) in get_x_mins()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.2104041 (get_x_mins): Check `maxp_table'
/third_party/chromium/patch/
D0001-cve.patch42243 - const OT::maxp *maxp_table = maxp_blob->as<OT::maxp> ();
42252 - unsigned int ret = maxp_table->get_num_glyphs ();