Searched refs:collect_lookups (Results 1 – 5 of 5) sorted by relevance
49 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const in collect_lookups() function57 map.collect_lookups (table_index, lookups); in collect_lookups()
120 HB_INTERNAL void collect_lookups (unsigned int table_index, hb_set_t *lookups) const;
113 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
809 HB_SHAPER_DATA_GET (shape_plan)->collect_lookups (table_tag, lookup_indexes); in hb_ot_shape_plan_collect_lookups()
409 def collect_lookups(self): function729 def collect_lookups(self): function791 def collect_lookups(self): function793 return self.ExtSubTable.collect_lookups()831 def collect_lookups(self): function832 return _uniq_sort(sum((st.collect_lookups() for st in self.SubTable874 recurse_lookups = sum((self.Lookup[i].collect_lookups()895 def collect_lookups(self): function912 def collect_lookups(self, feature_indices): function913 return _uniq_sort(sum((self.FeatureRecord[i].Feature.collect_lookups()[all …]