Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h309 bool updateBounded(SkTSpan<TCurve, OppCurve>* first, SkTSpan<TCurve, OppCurve>* last,
980 bool deleteEmptySpans = this->updateBounded(first, last, oppFirst); in coincidentForce()
981 deleteEmptySpans |= sect2->updateBounded(oppFirst, oppLast, first); in coincidentForce()
1180 bool deleteEmptySpans = this->updateBounded(first, last, oppFirst); in extractCoincident()
1181 deleteEmptySpans |= sect2->updateBounded(oppFirst, oppLast, first); in extractCoincident()
1780 bool SkTSect<TCurve, OppCurve>::updateBounded(SkTSpan<TCurve, OppCurve>* first, in updateBounded() function