Searched refs:maxp_table (Results 1 – 3 of 3) sorted by relevance
60 const OT::maxp *maxp_table = maxp_blob->as<OT::maxp> (); in load_num_glyphs() local62 unsigned int ret = maxp_table->get_num_glyphs (); in load_num_glyphs()
1274 const WOFF2_Table maxp_table = find_table( tables, num_tables, in get_x_mins() local1280 if ( !maxp_table ) in get_x_mins()1299 if ( FT_STREAM_SEEK( maxp_table->src_offset ) || FT_STREAM_SKIP( 8 ) ) in get_x_mins()
1292 (get_x_mins): Check `maxp_table'