Searched refs:y_deltas (Results 1 – 1 of 1) sorted by relevance
591 hb_vector_t<int> y_deltas; in apply_deltas_to_points() local592 y_deltas.resize (num_deltas); in apply_deltas_to_points()593 if (!GlyphVariationData::unpack_deltas (p, y_deltas, bytes)) in apply_deltas_to_points()603 deltas[pt_index].y += y_deltas[i] * scalar; in apply_deltas_to_points()