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