Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
H A DSkPathOpsTSect.cpp680 bool deleteEmptySpans = this->updateBounded(first, last, oppFirst); in coincidentForce() local
681 deleteEmptySpans |= sect2->updateBounded(oppFirst, oppLast, first); in coincidentForce()
701 if (deleteEmptySpans) { in coincidentForce()
702 this->deleteEmptySpans(); in coincidentForce()
703 sect2->deleteEmptySpans(); in coincidentForce()
805 bool SkTSect::deleteEmptySpans() { in deleteEmptySpans() function in SkTSect
902 bool deleteEmptySpans = this->updateBounded(first, last, oppFirst); in extractCoincident() local
903 deleteEmptySpans |= sect2->updateBounded(oppFirst, oppLast, first); in extractCoincident()
930 if (deleteEmptySpans) { in extractCoincident()
931 if (!this->deleteEmptySpans() || !sect in extractCoincident()
[all...]
H A DSkPathOpsTSect.h307 bool deleteEmptySpans();

Completed in 3 milliseconds