Home
last modified time | relevance | path

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

/external/skqp/src/pathops/
DSkOpCoincidence.cpp492 bool startOver = false; in addExpanded() local
494 oPriorT + oStartRange * startPart, test, &startOver) in addExpanded()
496 priorT + startRange * oStartPart, oTest, &startOver); in addExpanded()
498 if (startOver) { in addExpanded()
DSkOpSegment.h69 bool addExpanded(double newT, const SkOpSpanBase* test, bool* startOver);
DSkOpSegment.cpp229 bool SkOpSegment::addExpanded(double newT, const SkOpSpanBase* test, bool* startOver) { in addExpanded() argument
236 *startOver |= this->globalState()->allocatedOpSpan(); in addExpanded()
DSkPathOpsDebug.cpp1694 bool startOver = false; in debugAddExpanded() local
1700 if (startOver) { in debugAddExpanded()
/external/skia/src/pathops/
DSkOpCoincidence.cpp492 bool startOver = false; in addExpanded() local
494 oPriorT + oStartRange * startPart, test, &startOver) in addExpanded()
496 priorT + startRange * oStartPart, oTest, &startOver); in addExpanded()
498 if (startOver) { in addExpanded()
DSkOpSegment.h69 bool addExpanded(double newT, const SkOpSpanBase* test, bool* startOver);
DSkOpSegment.cpp229 bool SkOpSegment::addExpanded(double newT, const SkOpSpanBase* test, bool* startOver) { in addExpanded() argument
236 *startOver |= this->globalState()->allocatedOpSpan(); in addExpanded()
DSkPathOpsDebug.cpp1671 bool startOver = false; in debugAddExpanded() local
1677 if (startOver) { in debugAddExpanded()