Lines Matching refs:newy
296 SkFixed newx, newy; in updateQuadratic() local
306 newy = oldy + (dy >> shift); in updateQuadratic()
312 newy = fQLastY; in updateQuadratic()
314 success = this->updateLine(oldx, oldy, newx, newy); in updateQuadratic()
316 oldy = newy; in updateQuadratic()
320 fQy = newy; in updateQuadratic()
464 SkFixed newx, newy; in updateCubic() local
477 newy = oldy + (fCDy >> dshift); in updateCubic()
485 newy = fCLastY; in updateCubic()
490 if (newy < oldy) { in updateCubic()
491 newy = oldy; in updateCubic()
494 success = this->updateLine(oldx, oldy, newx, newy); in updateCubic()
496 oldy = newy; in updateCubic()
500 fCy = newy; in updateCubic()