Searched refs:updateBounded (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/pathops/ |
H A D | SkPathOpsTSect.h | 349 bool updateBounded(SkTSpan* first, SkTSpan* last,
|
H A D | SkPathOpsTSect.cpp | 680 bool deleteEmptySpans = this->updateBounded(first, last, oppFirst); in coincidentForce() 681 deleteEmptySpans |= sect2->updateBounded(oppFirst, oppLast, first); in coincidentForce() 902 bool deleteEmptySpans = this->updateBounded(first, last, oppFirst); in extractCoincident() 903 deleteEmptySpans |= sect2->updateBounded(oppFirst, oppLast, first); in extractCoincident() 1541 bool SkTSect::updateBounded(SkTSpan* first, in updateBounded() function in SkTSect
|
Completed in 5 milliseconds