Searched refs:deleteEmptySpans (Results 1 – 1 of 1) sorted by relevance
276 void deleteEmptySpans();980 bool deleteEmptySpans = this->updateBounded(first, last, oppFirst); in coincidentForce() local981 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() function1180 bool deleteEmptySpans = this->updateBounded(first, last, oppFirst); in extractCoincident() local1181 deleteEmptySpans |= sect2->updateBounded(oppFirst, oppLast, first); in extractCoincident()1203 if (deleteEmptySpans) { in extractCoincident()[all …]