Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h290 bool deleteEmptySpans();
1033 bool deleteEmptySpans = this->updateBounded(first, last, oppFirst); in coincidentForce() local
1034 deleteEmptySpans |= sect2->updateBounded(oppFirst, oppLast, first); in coincidentForce()
1053 if (deleteEmptySpans) { in coincidentForce()
1054 this->deleteEmptySpans(); in coincidentForce()
1055 sect2->deleteEmptySpans(); in coincidentForce()
1160 bool SkTSect<TCurve, OppCurve>::deleteEmptySpans() { in deleteEmptySpans() function
1255 bool deleteEmptySpans = this->updateBounded(first, last, oppFirst); in extractCoincident() local
1256 deleteEmptySpans |= sect2->updateBounded(oppFirst, oppLast, first); in extractCoincident()
1278 if (deleteEmptySpans) { in extractCoincident()
[all …]