Searched refs:num_deltas (Results 1 – 3 of 3) 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()
582 unsigned int num_deltas = apply_to_all ? points.length : indices.length; in apply_deltas_to_points() local584 x_deltas.resize (num_deltas); in apply_deltas_to_points()588 y_deltas.resize (num_deltas); in apply_deltas_to_points()594 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;