Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-var-common.hh59 const hb_array_t<const uint32_t> output_map = plan.get_output_map (); in serialize()
146 unsigned length = plan.get_output_map ().length; in serialize()
Dhb-ot-var-hvar-table.hh150 bool is_identity () const { return get_output_map ().length == 0; } in is_identity()
151 hb_array_t<const uint32_t> get_output_map () const { return output_map.as_array (); } in get_output_map() function