Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout.cc428 unsigned int *lookup_indexes /* OUT */) in hb_ot_layout_feature_get_lookups() argument
433 return f.get_lookup_indexes (start_offset, lookup_count, lookup_indexes); in hb_ot_layout_feature_get_lookups()
458 hb_set_t *lookup_indexes /* OUT */) in _hb_ot_layout_collect_lookups_lookups() argument
473 lookup_indexes->add (lookup_indices[i]); in _hb_ot_layout_collect_lookups_lookups()
485 hb_set_t *lookup_indexes /* OUT */) in _hb_ot_layout_collect_lookups_features() argument
499 lookup_indexes); in _hb_ot_layout_collect_lookups_features()
519 lookup_indexes); in _hb_ot_layout_collect_lookups_features()
538 lookup_indexes); in _hb_ot_layout_collect_lookups_features()
549 hb_set_t *lookup_indexes /* OUT */) in _hb_ot_layout_collect_lookups_languages() argument
556 lookup_indexes); in _hb_ot_layout_collect_lookups_languages()
[all …]
Dhb-ot-layout.h189 unsigned int *lookup_indexes /* OUT */);
202 hb_set_t *lookup_indexes /* OUT */);
Dhb-ot-shape.h49 hb_set_t *lookup_indexes /* OUT */);
Dhb-ot-shape.cc742 hb_set_t *lookup_indexes /* OUT */) in hb_ot_shape_plan_collect_lookups() argument
745 HB_SHAPER_DATA_GET (shape_plan)->collect_lookups (table_tag, lookup_indexes); in hb_ot_shape_plan_collect_lookups()