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-private.hh49 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const in collect_lookups() function
57 map.collect_lookups (table_index, lookups); in collect_lookups()
Dhb-ot-map-private.hh120 HB_INTERNAL void collect_lookups (unsigned int table_index, hb_set_t *lookups) const;
Dhb-ot-map.cc113 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.cc809 HB_SHAPER_DATA_GET (shape_plan)->collect_lookups (table_tag, lookup_indexes); in hb_ot_shape_plan_collect_lookups()
/external/fonttools/Lib/fontTools/
Dsubset.py409 def collect_lookups(self): function
729 def collect_lookups(self): function
791 def collect_lookups(self): function
793 return self.ExtSubTable.collect_lookups()
831 def collect_lookups(self): function
832 return _uniq_sort(sum((st.collect_lookups() for st in self.SubTable
874 recurse_lookups = sum((self.Lookup[i].collect_lookups()
895 def collect_lookups(self): function
912 def collect_lookups(self, feature_indices): function
913 return _uniq_sort(sum((self.FeatureRecord[i].Feature.collect_lookups()
[all …]