Searched refs:x_deltas (Results 1 – 1 of 1) sorted by relevance
587 hb_vector_t<int> x_deltas; in apply_deltas_to_points() local588 x_deltas.resize (num_deltas); in apply_deltas_to_points()589 if (!GlyphVariationData::unpack_deltas (p, x_deltas, bytes)) in apply_deltas_to_points()602 deltas[pt_index].x += x_deltas[i] * scalar; in apply_deltas_to_points()