Searched defs:delta_set_index_map_subset_plan_t (Results 1 – 1 of 1) sorted by relevance
2006 struct delta_set_index_map_subset_plan_t struct2008 unsigned get_inner_bit_count () const { return inner_bit_count; } in get_inner_bit_count()2009 unsigned get_width () const { return ((outer_bit_count + inner_bit_count + 7) / 8); } in get_width()2010 hb_array_t<const uint32_t> get_output_map () const { return output_map.as_array (); } in get_output_map()2012 delta_set_index_map_subset_plan_t (const hb_map_t &new_deltaset_idx_varidx_map) in delta_set_index_map_subset_plan_t() argument2044 bool remap (const hb_map_t &new_deltaset_idx_varidx_map) in remap()2070 unsigned map_count;2071 unsigned outer_bit_count;2072 unsigned inner_bit_count;2073 hb_vector_t<uint32_t> output_map;