Searched refs:has_private_points (Results 1 – 2 of 2) sorted by relevance
143 bool has_private_points () const { return tupleIndex & TuppleIndex::PrivatePointNumbers; } in has_private_points() function580 if (iterator.current_tuple->has_private_points () && in apply_deltas_to_points()
41745 - if (iterator.current_tuple->has_private_points () &&41746 + bool has_private_points = iterator.current_tuple->has_private_points ();41747 + if (has_private_points &&41751 + const hb_array_t<unsigned int> &indices = has_private_points ? private_indices : shared_indices;