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

/external/skia/src/pathops/
H A DSkPathOpsTSect.h312 void removeCoincident(SkTSpan<TCurve, OppCurve>* span, bool isBetween);
1051 this->removeCoincident(first, false);
1052 sect2->removeCoincident(oppFirst, true);
1276 this->removeCoincident(first, false);
1277 sect2->removeCoincident(oppFirst, true);
1740 void SkTSect<TCurve, OppCurve>::removeCoincident(SkTSpan<TCurve, OppCurve>* span, bool isBetween) { function in class:SkTSect

Completed in 62 milliseconds