Searched refs:x_deltas (Results 1 – 2 of 2) 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()
583 hb_vector_t<int> x_deltas; in apply_deltas_to_points() local584 x_deltas.resize (num_deltas); in apply_deltas_to_points()585 if (!GlyphVariationData::unpack_deltas (p, x_deltas, bytes)) in apply_deltas_to_points()598 deltas[pt_index].x += x_deltas[i] * scalar; in apply_deltas_to_points()