Searched refs:startOver (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/src/pathops/ |
D | SkOpCoincidence.cpp | 492 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()
|
D | SkOpSegment.h | 69 bool addExpanded(double newT, const SkOpSpanBase* test, bool* startOver);
|
D | SkOpSegment.cpp | 229 bool SkOpSegment::addExpanded(double newT, const SkOpSpanBase* test, bool* startOver) { in addExpanded() argument 236 *startOver |= this->globalState()->allocatedOpSpan(); in addExpanded()
|
D | SkPathOpsDebug.cpp | 1671 bool startOver = false; in debugAddExpanded() local 1677 if (startOver) { in debugAddExpanded()
|
/third_party/flutter/skia/src/pathops/ |
D | SkOpCoincidence.cpp | 492 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()
|
D | SkOpSegment.h | 69 bool addExpanded(double newT, const SkOpSpanBase* test, bool* startOver);
|
D | SkOpSegment.cpp | 229 bool SkOpSegment::addExpanded(double newT, const SkOpSpanBase* test, bool* startOver) { in addExpanded() argument 236 *startOver |= this->globalState()->allocatedOpSpan(); in addExpanded()
|
D | SkPathOpsDebug.cpp | 1693 bool startOver = false; in debugAddExpanded() local 1699 if (startOver) { in debugAddExpanded()
|