Searched refs:collect_lookups (Results 1 – 5 of 5) sorted by relevance
124 void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const in collect_lookups() function132 map.collect_lookups (table_index, lookups); in collect_lookups()
155 HB_INTERNAL void collect_lookups (unsigned int table_index, hb_set_t *lookups) const;
38 void hb_ot_map_t::collect_lookups (unsigned int table_index, hb_set_t *lookups_out) const in collect_lookups() function in hb_ot_map_t
1107 shape_plan->ot.collect_lookups (table_tag, lookup_indexes); in hb_ot_shape_plan_collect_lookups()
751 def collect_lookups(self): function1110 def collect_lookups(self): function1164 def collect_lookups(self): function1166 return self.ExtSubTable.collect_lookups()1209 def collect_lookups(self): function1210 return sum((st.collect_lookups() for st in self.SubTable if st), [])1250 recurse_lookups = sum((self.Lookup[i].collect_lookups()1283 def collect_lookups(self, feature_indices): function1308 def collect_lookups(self, feature_indices): function1431 lookup_indices = self.table.FeatureList.collect_lookups(feature_indices)[all …]