Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpAngle.cpp315 SkOpSpanBase* checkEnd = fEnd; in computeSector() local
316 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 …]
/external/clang/lib/StaticAnalyzer/Core/
DCheckerRegistry.cpp76 for (auto checkEnd = i+size; i != checkEnd; ++i) { in collectCheckers() local