Lines Matching refs:GSUB
124 face->table.GSUB->table.get_length (), in is_blacklisted()
291 OT::GSUB::is_blacklisted (hb_blob_t *blob HB_UNUSED, in is_blacklisted()
327 case HB_OT_TAG_GSUB: return *face->table.GSUB->table; in get_gsubgpos_table()
893 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_collect_glyphs()
946 return face->table.GSUB->table->has_data (); in hb_ot_layout_has_substitution()
974 if (unlikely (lookup_index >= face->table.GSUB->lookup_count)) return false; in hb_ot_layout_lookup_would_substitute_fast()
977 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_would_substitute_fast()
979 return l.would_apply (&c, &face->table.GSUB->accels[lookup_index]); in hb_ot_layout_lookup_would_substitute_fast()
1052 const OT::SubstLookup& l = face->table.GSUB->table->get_lookup (lookup_index); in hb_ot_layout_lookup_substitute_closure()
1072 const OT::GSUB& gsub = *face->table.GSUB->table; in hb_ot_layout_lookups_substitute_closure()
1307 table (*face->table.GSUB->table), in GSUBProxy()
1308 accels (face->table.GSUB->accels) {} in GSUBProxy()
1310 const OT::GSUB &table;