Searched refs:removeCoincident (Results 1 – 1 of 1) sorted by relevance
299 void removeCoincident(SkTSpan<TCurve, OppCurve>* span, bool isBetween);998 this->removeCoincident(first, false); in coincidentForce()999 sect2->removeCoincident(oppFirst, true); in coincidentForce()1201 this->removeCoincident(first, false); in extractCoincident()1202 sect2->removeCoincident(oppFirst, true); in extractCoincident()1649 void SkTSect<TCurve, OppCurve>::removeCoincident(SkTSpan<TCurve, OppCurve>* span, bool isBetween) { in removeCoincident() function