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

/external/skia/src/pathops/
H A DSkOpSegment.cpp845 while ((other = other->nextChase(&start, &step, &minSpan, &last))) {
867 while ((other = other->nextChase(&start, &step, &spanStart, &last))) {
888 while ((other = other->nextChase(&start, &step, &spanStart, &last))) {
1024 SkOpSegment* SkOpSegment::nextChase(SkOpSpanBase** startPtr, int* stepPtr, SkOpSpan** minPtr, function in class:SkOpSegment

Completed in 106 milliseconds