Lines Matching refs:newy
295 SkFixed newx, newy; in updateQuadratic() local
305 newy = oldy + (dy >> shift); in updateQuadratic()
311 newy = fQLastY; in updateQuadratic()
313 success = this->updateLine(oldx, oldy, newx, newy); in updateQuadratic()
315 oldy = newy; in updateQuadratic()
319 fQy = newy; in updateQuadratic()
462 SkFixed newx, newy; in updateCubic() local
475 newy = oldy + (fCDy >> dshift); in updateCubic()
483 newy = fCLastY; in updateCubic()
488 if (newy < oldy) { in updateCubic()
489 newy = oldy; in updateCubic()
492 success = this->updateLine(oldx, oldy, newx, newy); in updateCubic()
494 oldy = newy; in updateCubic()
498 fCy = newy; in updateCubic()