Home
last modified time | relevance | path

Searched refs:collect_lookups (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape.hh88 void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const in collect_lookups() function
96 map.collect_lookups (table_index, lookups); in collect_lookups()
Dhb-ot-map.hh155 HB_INTERNAL void collect_lookups (unsigned int table_index, hb_set_t *lookups) const;
Dhb-ot-map.cc34 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
Dhb-ot-shape.cc1014 shape_plan->ot.collect_lookups (table_tag, lookup_indexes); in hb_ot_shape_plan_collect_lookups()
/external/fonttools/Lib/fontTools/subset/
D__init__.py739 def collect_lookups(self): function
1095 def collect_lookups(self): function
1149 def collect_lookups(self): function
1151 return self.ExtSubTable.collect_lookups()
1194 def collect_lookups(self): function
1195 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): function
1293 def collect_lookups(self, feature_indices): function
1395 lookup_indices = self.table.FeatureList.collect_lookups(feature_indices)
[all …]