Searched refs:collect_features (Results 1 – 3 of 3) sorted by relevance
73 void (*collect_features) (hb_ot_shape_planner_t *plan); member
92 if (planner->shaper->collect_features) in hb_ot_shape_collect_features()93 planner->shaper->collect_features (planner); in hb_ot_shape_collect_features()
940 def collect_features(self): function957 def collect_features(self): function958 feature_indices = [l.LangSys.collect_features() for l in self.LangSysRecord]960 feature_indices.append(self.DefaultLangSys.collect_features())971 def collect_features(self): function972 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()