Home
last modified time | relevance | path

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

/external/skqp/src/pathops/
DSkOpAngle.cpp392 SkOpSpanBase* checkEnd = fEnd; in computeSector() local
393 if (checkEnd->final() && stepUp) { in computeSector()
399 const SkOpSegment* other = checkEnd->segment(); in computeSector()
405 if (oSpan == checkEnd) { in computeSector()
408 if (!approximately_equal(oSpan->t(), checkEnd->t())) { in computeSector()
413 checkEnd = stepUp ? !checkEnd->final() in computeSector()
414 ? checkEnd->upCast()->next() : nullptr in computeSector()
415 : checkEnd->prev(); in computeSector()
416 } while (checkEnd); in computeSector()
418 SkOpSpanBase* computedEnd = stepUp ? checkEnd ? checkEnd->prev() : fEnd->segment()->head() in computeSector()
[all …]
/external/skia/src/pathops/
DSkOpAngle.cpp392 SkOpSpanBase* checkEnd = fEnd; in computeSector() local
393 if (checkEnd->final() && stepUp) { in computeSector()
399 const SkOpSegment* other = checkEnd->segment(); in computeSector()
405 if (oSpan == checkEnd) { in computeSector()
408 if (!approximately_equal(oSpan->t(), checkEnd->t())) { in computeSector()
413 checkEnd = stepUp ? !checkEnd->final() in computeSector()
414 ? checkEnd->upCast()->next() : nullptr in computeSector()
415 : checkEnd->prev(); in computeSector()
416 } while (checkEnd); in computeSector()
418 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
/external/skqp/tools/bookmaker/
DbmhParser.cpp2109 vector<string> BmhParser::typeName(MarkType markType, bool* checkEnd) { in typeName() argument
2170 *checkEnd = false; // no name, may have text body in typeName()
2188 *checkEnd = false; in typeName()
2199 *checkEnd = false; in typeName()