Lines Matching refs:feature_indexes
584 unsigned int *feature_indexes /* OUT */) in hb_ot_layout_language_get_feature_indexes() argument
589 return l.get_feature_indexes (start_offset, feature_count, feature_indexes); in hb_ot_layout_language_get_feature_indexes()
684 feature_indexes (feature_indexes_), in hb_collect_features_context_t()
728 hb_set_t *feature_indexes; member
748 c->feature_indexes->add (l.get_required_feature_index ()); in langsys_collect_features()
750 l.add_feature_indexes_to (c->feature_indexes); in langsys_collect_features()
765 c->feature_indexes->add (feature_index); in langsys_collect_features()
819 hb_set_t *feature_indexes /* OUT */) in hb_ot_layout_collect_features() argument
821 hb_collect_features_context_t c (face, table_tag, feature_indexes); in hb_ot_layout_collect_features()
861 hb_set_t feature_indexes; in hb_ot_layout_collect_lookups() local
862 hb_ot_layout_collect_features (face, table_tag, scripts, languages, features, &feature_indexes); in hb_ot_layout_collect_lookups()
865 hb_set_next (&feature_indexes, &feature_index);) in hb_ot_layout_collect_lookups()