Searched refs:get_output_map (Results 1 – 2 of 2) sorted by relevance
59 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()
150 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