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

/external/skia/src/pathops/
H A DSkOpCoincidence.cpp487 bool startOver = false;
489 oPriorT + oStartRange * startPart, test, &startOver)
491 priorT + startRange * oStartPart, oTest, &startOver);
493 if (startOver) {
H A DSkOpSegment.h69 bool addExpanded(double newT, const SkOpSpanBase* test, bool* startOver);
H A DSkOpSegment.cpp223 bool SkOpSegment::addExpanded(double newT, const SkOpSpanBase* test, bool* startOver) { argument
230 *startOver |= this->globalState()->allocatedOpSpan();
H A DSkPathOpsDebug.cpp1690 bool startOver = false;
1696 if (startOver) {

Completed in 80 milliseconds