Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpCoincidence.cpp488 bool startOver = false; in addExpanded() local
490 oPriorT + oStartRange * startPart, test, &startOver) in addExpanded()
492 priorT + startRange * oStartPart, oTest, &startOver); in addExpanded()
494 if (startOver) { in addExpanded()
DSkOpSegment.h69 bool addExpanded(double newT, const SkOpSpanBase* test, bool* startOver);
DSkOpSegment.cpp223 bool SkOpSegment::addExpanded(double newT, const SkOpSpanBase* test, bool* startOver) { in addExpanded() argument
230 *startOver |= this->globalState()->allocatedOpSpan(); in addExpanded()
DSkPathOpsDebug.cpp1690 bool startOver = false; in debugAddExpanded() local
1696 if (startOver) { in debugAddExpanded()