Searched refs:removeCoincident (Results 1 – 1 of 1) sorted by relevance
312 void removeCoincident(SkTSpan<TCurve, OppCurve>* span, bool isBetween);1051 this->removeCoincident(first, false); in coincidentForce()1052 sect2->removeCoincident(oppFirst, true); in coincidentForce()1276 this->removeCoincident(first, false); in extractCoincident()1277 sect2->removeCoincident(oppFirst, true); in extractCoincident()1740 void SkTSect<TCurve, OppCurve>::removeCoincident(SkTSpan<TCurve, OppCurve>* span, bool isBetween) { in removeCoincident() function