Lines Matching refs:newx
283 SkFixed newx, newy;
291 newx = oldx + (dx >> shift);
298 newx = fQLastX;
301 success = this->updateLine(oldx, oldy, newx, newy);
302 oldx = newx;
306 fQx = newx;
458 SkFixed newx, newy;
467 newx = oldx + (fCDx >> dshift);
478 newx = fCLastX;
488 success = this->updateLine(oldx, oldy, newx, newy);
489 oldx = newx;
493 fCx = newx;