Searched refs:deleteEmptySpans (Results 1 – 1 of 1) sorted by relevance
290 bool deleteEmptySpans();1033 bool deleteEmptySpans = this->updateBounded(first, last, oppFirst); in coincidentForce() local1034 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() function1255 bool deleteEmptySpans = this->updateBounded(first, last, oppFirst); in extractCoincident() local1256 deleteEmptySpans |= sect2->updateBounded(oppFirst, oppLast, first); in extractCoincident()1278 if (deleteEmptySpans) { in extractCoincident()[all …]