Lines Matching refs:newx
256 SkFixed newx, newy; in updateQuadratic() local
264 newx = oldx + (dx >> shift); in updateQuadratic()
271 newx = fQLastX; in updateQuadratic()
274 success = this->updateLine(oldx, oldy, newx, newy); in updateQuadratic()
275 oldx = newx; in updateQuadratic()
279 fQx = newx; in updateQuadratic()
431 SkFixed newx, newy; in updateCubic() local
440 newx = oldx + (fCDx >> dshift); in updateCubic()
451 newx = fCLastX; in updateCubic()
454 success = this->updateLine(oldx, oldy, newx, newy); in updateCubic()
455 oldx = newx; in updateCubic()
459 fCx = newx; in updateCubic()