Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h276 void deleteEmptySpans();
980 bool deleteEmptySpans = this->updateBounded(first, last, oppFirst); in coincidentForce() local
981 deleteEmptySpans |= sect2->updateBounded(oppFirst, oppLast, first); in coincidentForce()
1000 if (deleteEmptySpans) { in coincidentForce()
1001 this->deleteEmptySpans(); in coincidentForce()
1002 sect2->deleteEmptySpans(); in coincidentForce()
1107 void SkTSect<TCurve, OppCurve>::deleteEmptySpans() { in deleteEmptySpans() function
1180 bool deleteEmptySpans = this->updateBounded(first, last, oppFirst); in extractCoincident() local
1181 deleteEmptySpans |= sect2->updateBounded(oppFirst, oppLast, first); in extractCoincident()
1203 if (deleteEmptySpans) { in extractCoincident()
[all …]