Searched refs:maxp_table (Results 1 – 4 of 4) sorted by relevance
64 const OT::maxp *maxp_table = maxp_blob->as<OT::maxp> (); in load_num_glyphs() local66 unsigned int ret = maxp_table->get_num_glyphs (); in load_num_glyphs()
1263 const WOFF2_Table maxp_table = find_table( tables, num_tables, in get_x_mins() local1269 if ( !maxp_table ) in get_x_mins()1288 if ( FT_STREAM_SEEK( maxp_table->src_offset ) || FT_STREAM_SKIP( 8 ) ) in get_x_mins()
4041 (get_x_mins): Check `maxp_table'
42243 - const OT::maxp *maxp_table = maxp_blob->as<OT::maxp> ();42252 - unsigned int ret = maxp_table->get_num_glyphs ();