Home
last modified time | relevance | path

Searched refs:collect_features (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-private.hh73 void (*collect_features) (hb_ot_shape_planner_t *plan); member
Dhb-ot-shape.cc95 if (planner->shaper->collect_features) in hb_ot_shape_collect_features()
96 planner->shaper->collect_features (planner); in hb_ot_shape_collect_features()
/external/fonttools/Lib/fontTools/
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()