Lines Matching refs:feature_index
461 unsigned int *feature_index) in hb_ot_layout_table_find_feature() argument
470 if (feature_index) *feature_index = i; in hb_ot_layout_table_find_feature()
475 if (feature_index) *feature_index = HB_OT_LAYOUT_NO_FEATURE_INDEX; in hb_ot_layout_table_find_feature()
544 unsigned int *feature_index) in hb_ot_layout_language_get_required_feature_index() argument
550 feature_index, in hb_ot_layout_language_get_required_feature_index()
564 unsigned int *feature_index, in hb_ot_layout_language_get_required_feature() argument
571 if (feature_index) *feature_index = index; in hb_ot_layout_language_get_required_feature()
623 unsigned int *feature_index) in hb_ot_layout_language_find_feature() argument
634 if (feature_index) *feature_index = f_index; in hb_ot_layout_language_find_feature()
639 if (feature_index) *feature_index = HB_OT_LAYOUT_NO_FEATURE_INDEX; in hb_ot_layout_language_find_feature()
651 unsigned int feature_index, in hb_ot_layout_feature_get_lookups() argument
658 feature_index, in hb_ot_layout_feature_get_lookups()
761 unsigned int feature_index = l.get_feature_index (i); in langsys_collect_features() local
763 if (feature_tag == c->g.get_feature_tag (feature_index)) in langsys_collect_features()
765 c->feature_indexes->add (feature_index); in langsys_collect_features()
864 for (hb_codepoint_t feature_index = HB_SET_VALUE_INVALID; in hb_ot_layout_collect_lookups() local
865 hb_set_next (&feature_indexes, &feature_index);) in hb_ot_layout_collect_lookups()
866 g.get_feature (feature_index).add_lookup_indexes_to (lookup_indexes); in hb_ot_layout_collect_lookups()
924 unsigned int feature_index, in hb_ot_layout_feature_with_variations_get_lookups() argument
933 const OT::Feature &f = g.get_feature_variation (feature_index, variations_index); in hb_ot_layout_feature_with_variations_get_lookups()
1194 unsigned int feature_index, in hb_ot_layout_feature_get_name_ids() argument
1203 hb_tag_t feature_tag = g.get_feature_tag (feature_index); in hb_ot_layout_feature_get_name_ids()
1204 const OT::Feature &f = g.get_feature (feature_index); in hb_ot_layout_feature_get_name_ids()
1267 unsigned int feature_index, in hb_ot_layout_feature_get_characters() argument
1274 hb_tag_t feature_tag = g.get_feature_tag (feature_index); in hb_ot_layout_feature_get_characters()
1275 const OT::Feature &f = g.get_feature (feature_index); in hb_ot_layout_feature_get_characters()