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