Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-var-hvar-table.hh163 hvarvvar_subset_plan_t() : inner_maps (), index_map_plans () {} in hvarvvar_subset_plan_t()
170 index_map_plans.resize (index_maps.length); in init()
180 if (unlikely (!index_map_plans.length || !inner_sets.length || !inner_maps.length)) return; in init()
183 index_map_plans[0].init (*index_maps[0], outer_map, inner_sets, plan); in init()
198 index_map_plans[i].init (*index_maps[i], outer_map, inner_sets, plan); in init()
221 index_map_plans[i].remap (index_maps[i], outer_map, inner_maps, plan); in init()
230 index_map_plans.fini (); in fini()
235 hb_vector_t<index_map_subset_plan_t> index_map_plans; member
319 hvar_plan.index_map_plans.as_array ())); in _subset()