HomeSort by relevance Sort by last modified time
    Searched defs:collect_lookups (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-map.cc 113 void hb_ot_map_t::collect_lookups (unsigned int table_index, hb_set_t *lookups_out) const function in class:hb_ot_map_t
hb-ot-shape-private.hh 49 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);
  /external/harfbuzz_ng/src/
hb-ot-map.cc 113 void hb_ot_map_t::collect_lookups (unsigned int table_index, hb_set_t *lookups_out) const function in class:hb_ot_map_t
hb-ot-shape-private.hh 49 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);
  /external/fonttools/Lib/fontTools/
subset.py 409 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 73 milliseconds