Searched refs:private_indices (Results 1 – 2 of 2) sorted by relevance
579 hb_vector_t<unsigned int> private_indices; in apply_deltas_to_points() local581 !GlyphVariationData::unpack_points (p, private_indices, bytes)) in apply_deltas_to_points()583 …const hb_array_t<unsigned int> &indices = private_indices.length ? private_indices : shared_indice… in apply_deltas_to_points()
41744 hb_vector_t<unsigned int> private_indices;41748 !GlyphVariationData::unpack_points (p, private_indices, bytes))41750 - const hb_array_t<unsigned int> &indices = private_indices.length ? private_indices : shared_indic…41751 + const hb_array_t<unsigned int> &indices = has_private_points ? private_indices : shared_indices;