Searched refs:collect_lookups (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-private.hh49 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const function in struct:hb_ot_shape_plan_t
57 map.collect_lookups (table_index, lookups);
H A Dhb-ot-map-private.hh120 HB_INTERNAL void collect_lookups (unsigned int table_index, hb_set_t *lookups) const;
H A Dhb-ot-map.cc113 void hb_ot_map_t::collect_lookups (unsigned int table_index, hb_set_t *lookups_out) const function in class:hb_ot_map_t
H A Dhb-ot-shape.cc745 HB_SHAPER_DATA_GET (shape_plan)->collect_lookups (table_tag, lookup_indexes);
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-private.hh49 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const function in struct:hb_ot_shape_plan_t
57 map.collect_lookups (table_index, lookups);
H A Dhb-ot-map-private.hh120 HB_INTERNAL void collect_lookups (unsigned int table_index, hb_set_t *lookups) const;
H A Dhb-ot-map.cc113 void hb_ot_map_t::collect_lookups (unsigned int table_index, hb_set_t *lookups_out) const function in class:hb_ot_map_t
H A Dhb-ot-shape.cc741 HB_SHAPER_DATA_GET (shape_plan)->collect_lookups (table_tag, lookup_indexes);
/external/fonttools/Lib/fontTools/
H A 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...]
/external/fonttools/Tools/fontTools/
H A 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...]

Completed in 457 milliseconds