Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsSimplify.cpp74 SkOpSpanBase* last = current->markAndChaseDone(start, end); in bridgeWinding()
DSkPathOpsOp.cpp148 SkOpSpanBase* last = current->markAndChaseDone(start, end); in bridgeOp()
DSkOpSegment.h261 SkOpSpanBase* markAndChaseDone(SkOpSpanBase* start, SkOpSpanBase* end);
DSkOpSegment.cpp695 (void) nextSegment->markAndChaseDone(nextAngle->start(), nextAngle->end()); in findNextOp()
791 (void) nextSegment->markAndChaseDone(nextAngle->start(), nextAngle->end()); in findNextWinding()
938 SkOpSpanBase* SkOpSegment::markAndChaseDone(SkOpSpanBase* start, SkOpSpanBase* end) { in markAndChaseDone() function in SkOpSegment