Home | History | Annotate | Download | only in core

Lines Matching refs:newx

295     SkFixed newx, newy;
303 newx = oldx + (dx >> shift);
310 newx = fQLastX;
313 success = this->updateLine(oldx, oldy, newx, newy);
314 oldx = newx;
318 fQx = newx;
462 SkFixed newx, newy;
471 newx = oldx + (fCDx >> dshift);
482 newx = fCLastX;
492 success = this->updateLine(oldx, oldy, newx, newy);
493 oldx = newx;
497 fCx = newx;