Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsSimplify.cpp68 SkOpSpanBase* last = current->markAndChaseDone(start, end); in bridgeWinding()
DSkPathOpsOp.cpp142 SkOpSpanBase* last = current->markAndChaseDone(start, end); in bridgeOp()
DSkOpSegment.h234 SkOpSpanBase* markAndChaseDone(SkOpSpanBase* start, SkOpSpanBase* end);
DSkOpSegment.cpp619 (void) nextSegment->markAndChaseDone(nextAngle->start(), nextAngle->end()); in findNextOp()
715 (void) nextSegment->markAndChaseDone(nextAngle->start(), nextAngle->end()); in findNextWinding()
855 SkOpSpanBase* SkOpSegment::markAndChaseDone(SkOpSpanBase* start, SkOpSpanBase* end) { in markAndChaseDone() function in SkOpSegment