Lines Matching refs:newx
296 SkFixed newx, newy; in updateQuadratic() local
304 newx = oldx + (dx >> shift); in updateQuadratic()
311 newx = fQLastX; in updateQuadratic()
314 success = this->updateLine(oldx, oldy, newx, newy); in updateQuadratic()
315 oldx = newx; in updateQuadratic()
319 fQx = newx; in updateQuadratic()
464 SkFixed newx, newy; in updateCubic() local
473 newx = oldx + (fCDx >> dshift); in updateCubic()
484 newx = fCLastX; in updateCubic()
494 success = this->updateLine(oldx, oldy, newx, newy); in updateCubic()
495 oldx = newx; in updateCubic()
499 fCx = newx; in updateCubic()