Searched refs:checkEnd (Results 1 – 2 of 2) sorted by relevance
315 SkOpSpanBase* checkEnd = fEnd; in computeSector() local316 if (checkEnd->final() && stepUp) { in computeSector()322 const SkOpSegment* other = checkEnd->segment(); in computeSector()328 if (oSpan == checkEnd) { in computeSector()331 if (!approximately_equal(oSpan->t(), checkEnd->t())) { in computeSector()336 checkEnd = stepUp ? !checkEnd->final() in computeSector()337 ? checkEnd->upCast()->next() : nullptr in computeSector()338 : checkEnd->prev(); in computeSector()339 } while (checkEnd); in computeSector()341 SkOpSpanBase* computedEnd = stepUp ? checkEnd ? checkEnd->prev() : fEnd->segment()->head() in computeSector()[all …]
76 for (auto checkEnd = i+size; i != checkEnd; ++i) { in collectCheckers() local