Searched refs:removeSpanRange (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsTSect.h | 316 void removeSpanRange(SkTSpan<TCurve, OppCurve>* first, SkTSpan<TCurve, OppCurve>* last); 1035 this->removeSpanRange(first, last); in coincidentForce() 1036 sect2->removeSpanRange(oppFirst, oppLast); in coincidentForce() 1257 this->removeSpanRange(first, last); in extractCoincident() 1258 sect2->removeSpanRange(oppFirst, oppLast); in extractCoincident() 1769 void SkTSect<TCurve, OppCurve>::removeSpanRange(SkTSpan<TCurve, OppCurve>* first, in removeSpanRange() function
|