Home
last modified time | relevance | path

Searched refs:nextChase (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
H A DSkOpSegment.h255 return nextChase(end, step, nullptr, nullptr); in isSimple()
297 SkOpSegment* nextChase(SkOpSpanBase** , int* step, SkOpSpan** , SkOpSpanBase** last) const;
H A DSkOpSegment.cpp868 while ((other = other->nextChase(&start, &step, &minSpan, &last))) { in markAndChaseDone()
900 while ((other = other->nextChase(&start, &step, &spanStart, &last))) { in markAndChaseWinding()
925 while ((other = other->nextChase(&start, &step, &spanStart, &last))) { in markAndChaseWinding()
1071 SkOpSegment* SkOpSegment::nextChase(SkOpSpanBase** startPtr, int* stepPtr, SkOpSpan** minPtr, in nextChase() function in SkOpSegment

Completed in 5 milliseconds