HomeSort by relevance Sort by last modified time
    Searched refs:nextChase (Results 1 - 2 of 2) sorted by null

  /external/skia/src/pathops/
SkOpSegment.h 259 return nextChase(end, step, nullptr, nullptr);
301 SkOpSegment* nextChase(SkOpSpanBase** , int* step, SkOpSpan** , SkOpSpanBase** last) const;
SkOpSegment.cpp 845 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))) {
    [all...]

Completed in 83 milliseconds