Home | History | Annotate | Download | only in core

Lines Matching refs:newy

283     SkFixed newx, newy;
293 newy = oldy + (dy >> shift);
299 newy = fQLastY;
301 success = this->updateLine(oldx, oldy, newx, newy);
303 oldy = newy;
307 fQy = newy;
458 SkFixed newx, newy;
471 newy = oldy + (fCDy >> dshift);
479 newy = fCLastY;
482 // we want to say SkASSERT(oldy <= newy), but our finite fixedpoint
484 if (newy < oldy) {
485 newy = oldy;
488 success = this->updateLine(oldx, oldy, newx, newy);
490 oldy = newy;
494 fCy = newy;