Home | History | Annotate | Download | only in modes

Lines Matching defs:newX

331     int newX, newY;
343 newX = crtc->x;
409 newX, newY, &newX, &newY);
422 if (newX > crtc->panningTotalArea.x2 - width)
423 newX = crtc->panningTotalArea.x2 - width;
424 if (newX < crtc->panningTotalArea.x1)
425 newX = crtc->panningTotalArea.x1;
434 if (newX != crtc->x || newY != crtc->y)
435 xf86CrtcSetOrigin (crtc, newX, newY);