Searched refs:nextY (Results 1 – 2 of 2) sorted by relevance
98 SkRegion::RunType nextY = SkRegion::kRunTypeSentinel;104 nextY = SkMin32(nextY, edge->fTop);113 nextY = SkMin32(nextY, edge->fTop);127 nextY = SkMin32(nextY, edge->fBottom);142 r->fBottom = nextY; // update bottom147 r->fBottom = nextY;152 return nextY;266 SkRegion::RunType nextY = accum.append(currY, edge);270 if (edge->fBottom <= nextY) {276 while (edge->fTop == nextY) {[all …]
906 int nextY; in modify() local907 if (!absoluteCaretY(next, nextY)) in modify()910 nextY = -nextY; in modify()911 if (nextY - startY > verticalDistance) in modify()913 if (nextY >= lastY) { in modify()914 lastY = nextY; in modify()