Lines Matching refs:oldy
293 SkFixed oldy = fQy;
306 newy = oldy + (dy >> shift);
314 success = this->updateLine(oldx, oldy, newx, newy);
316 oldy = newy;
463 SkFixed oldy = fCy;
477 newy = oldy + (fCDy >> dshift);
483 // SkDebugf("LastX err=%d, LastY err=%d\n", (oldx + (fCDx >> shift) - fLastX), (oldy + (fCDy >> shift) - fLastY));
488 // we want to say SkASSERT(oldy <= newy), but our finite fixedpoint
490 if (newy < oldy) {
491 newy = oldy;
494 success = this->updateLine(oldx, oldy, newx, newy);
496 oldy = newy;