Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkPathOpsTSect.h333 bool removeCoincident(SkTSpan* span, bool isBetween);
DSkPathOpsTSect.cpp699 this->removeCoincident(first, false); in coincidentForce()
700 sect2->removeCoincident(oppFirst, true); in coincidentForce()
924 if (!this->removeCoincident(first, false)) { in extractCoincident()
927 if (!sect2->removeCoincident(oppFirst, true)) { in extractCoincident()
1386 bool SkTSect::removeCoincident(SkTSpan* span, bool isBetween) { in removeCoincident() function in SkTSect