Searched refs:collect_lookups (Results 1 – 5 of 5) sorted by relevance
88 void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const in collect_lookups() function96 map.collect_lookups (table_index, lookups); in collect_lookups()
155 HB_INTERNAL void collect_lookups (unsigned int table_index, hb_set_t *lookups) const;
34 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
1014 shape_plan->ot.collect_lookups (table_tag, lookup_indexes); in hb_ot_shape_plan_collect_lookups()
739 def collect_lookups(self): function1095 def collect_lookups(self): function1149 def collect_lookups(self): function1151 return self.ExtSubTable.collect_lookups()1194 def collect_lookups(self): function1195 return sum((st.collect_lookups() for st in self.SubTable if st), [])1235 recurse_lookups = sum((self.Lookup[i].collect_lookups()1268 def collect_lookups(self, feature_indices): function1293 def collect_lookups(self, feature_indices): function1395 lookup_indices = self.table.FeatureList.collect_lookups(feature_indices)[all …]