Searched refs:num_deltas (Results 1 – 2 of 2) sorted by relevance
586 unsigned int num_deltas = apply_to_all ? points.length : indices.length; in apply_deltas_to_points() local588 x_deltas.resize (num_deltas); in apply_deltas_to_points()592 y_deltas.resize (num_deltas); in apply_deltas_to_points()598 for (unsigned int i = 0; i < num_deltas; i++) in apply_deltas_to_points()
41754 unsigned int num_deltas = apply_to_all ? points.length : indices.length;