Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h303 void removeSpanRange(SkTSpan<TCurve, OppCurve>* first, SkTSpan<TCurve, OppCurve>* last);
982 this->removeSpanRange(first, last); in coincidentForce()
983 sect2->removeSpanRange(oppFirst, oppLast); in coincidentForce()
1182 this->removeSpanRange(first, last); in extractCoincident()
1183 sect2->removeSpanRange(oppFirst, oppLast); in extractCoincident()
1667 void SkTSect<TCurve, OppCurve>::removeSpanRange(SkTSpan<TCurve, OppCurve>* first, in removeSpanRange() function