Home
last modified time | relevance | path

Searched refs:lookup_indexes (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout.h233 unsigned int *lookup_indexes /* OUT */);
253 hb_set_t *lookup_indexes /* OUT */);
306 unsigned int *lookup_indexes /* OUT */);
Dhb-ot-shape.h49 hb_set_t *lookup_indexes /* OUT */);
Dhb-ot-layout.cc654 unsigned int *lookup_indexes /* OUT */) in hb_ot_layout_feature_get_lookups() argument
662 lookup_indexes); in hb_ot_layout_feature_get_lookups()
857 hb_set_t *lookup_indexes /* OUT */) in hb_ot_layout_collect_lookups() argument
866 g.get_feature (feature_index).add_lookup_indexes_to (lookup_indexes); in hb_ot_layout_collect_lookups()
928 unsigned int *lookup_indexes /* OUT */) in hb_ot_layout_feature_with_variations_get_lookups() argument
935 return f.get_lookup_indexes (start_offset, lookup_count, lookup_indexes); in hb_ot_layout_feature_with_variations_get_lookups()
Dhb-ot-shape.cc1012 hb_set_t *lookup_indexes /* OUT */) in hb_ot_shape_plan_collect_lookups() argument
1014 shape_plan->ot.collect_lookups (table_tag, lookup_indexes); in hb_ot_shape_plan_collect_lookups()
Dhb-ot-layout-common.hh554 void add_lookup_indexes_to (hb_set_t *lookup_indexes) const in add_lookup_indexes_to()
555 { lookupIndex.add_indexes_to (lookup_indexes); } in add_lookup_indexes_to()