Home
last modified time | relevance | path

Searched refs:removeCoincident (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsTSect.h312 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