Home
last modified time | relevance | path

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

/external/skqp/src/pathops/
DSkOpSegment.h255 return nextChase(end, step, nullptr, nullptr); in isSimple()
297 SkOpSegment* nextChase(SkOpSpanBase** , int* step, SkOpSpan** , SkOpSpanBase** last) const;
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
/external/skia/src/pathops/
DSkOpSegment.h255 return nextChase(end, step, nullptr, nullptr); in isSimple()
297 SkOpSegment* nextChase(SkOpSpanBase** , int* step, SkOpSpan** , SkOpSpanBase** last) const;
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