Searched defs:collect_features (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-private.hh72 /* collect_features()
77 void (*collect_features) (hb_ot_shape_planner_t *plan); member in struct:hb_ot_complex_shaper_t
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-private.hh71 /* collect_features()
76 void (*collect_features) (hb_ot_shape_planner_t *plan); member in struct:hb_ot_complex_shaper_t
/external/fonttools/Lib/fontTools/
H A Dsubset.py940 def collect_features(self): function
957 def collect_features(self): function
958 feature_indices = [l.LangSys.collect_features() for l in self.LangSysRecord]
960 feature_indices.append(self.DefaultLangSys.collect_features())
971 def collect_features(self): function
972 return _uniq_sort(sum((s.Script.collect_features()
979 feature_indices = self.table.ScriptList.collect_features()
1028 feature_indices = self.table.ScriptList.collect_features()
1059 feature_indices = self.table.ScriptList.collect_features()
/external/fonttools/Tools/fontTools/
H A Dsubset.py940 def collect_features(self): function
957 def collect_features(self): function
958 feature_indices = [l.LangSys.collect_features() for l in self.LangSysRecord]
960 feature_indices.append(self.DefaultLangSys.collect_features())
971 def collect_features(self): function
972 return _uniq_sort(sum((s.Script.collect_features()
979 feature_indices = self.table.ScriptList.collect_features()
1028 feature_indices = self.table.ScriptList.collect_features()
1059 feature_indices = self.table.ScriptList.collect_features()

Completed in 190 milliseconds