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()
746 def collect_lookups(self): function1102 def collect_lookups(self): function1156 def collect_lookups(self): function1158 return self.ExtSubTable.collect_lookups()1201 def collect_lookups(self): function1202 return sum((st.collect_lookups() for st in self.SubTable if st), [])1242 recurse_lookups = sum((self.Lookup[i].collect_lookups()1275 def collect_lookups(self, feature_indices): function1300 def collect_lookups(self, feature_indices): function1409 lookup_indices = self.table.FeatureList.collect_lookups(feature_indices)[all …]