Searched refs:apply_to_all (Results 1 – 2 of 2) sorted by relevance
585 bool apply_to_all = (indices.length == 0); in apply_deltas_to_points() local586 unsigned int num_deltas = apply_to_all ? points.length : indices.length; in apply_deltas_to_points()600 unsigned int pt_index = apply_to_all ? i : indices[i]; in apply_deltas_to_points()
41753 bool apply_to_all = (indices.length == 0);41754 unsigned int num_deltas = apply_to_all ? points.length : indices.length;