Lines Matching refs:deleteEmptySpans
276 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()
1204 this->deleteEmptySpans(); in extractCoincident()
1205 sect2->deleteEmptySpans(); in extractCoincident()