Lines Matching refs:panning
69 Bool panning;
94 /* Adapt panning area; return TRUE if panning area was valid without adaption */
105 /* Panning in X is disabled */
114 /* Panning in X is enabled */
116 /* Panning region outside screen -> move inside */
123 /* Panning region smaller than displayed area -> crop to displayed area */
129 /* Panning region larger than screen -> move inside, then crop to screen */
146 /* Panning in Y is disabled */
155 /* Panning in Y is enabled */
157 /* Panning region outside screen -> move inside */
164 /* Panning region smaller than displayed area -> crop to displayed area */
170 /* Panning region larger than screen -> move inside, then crop to screen */
190 * The heart of the panning operation:
195 * compute a panning position (pan_x, pan_y) that
374 * Pre-clip the mouse position to the panning area so that we don't
376 * panning values, only mouse position changes.
429 * Ensure that the crtc is within the panning region.
701 /* Update panning information */
822 * We have to pre-set it here, otherwise panning would be adapted
1219 randrp->panning = PANNING_ENABLED (crtc);
1918 Bool oldPanning = randrp->panning;
1936 randrp->panning = PANNING_ENABLED (crtc);
1944 randrp->panning = oldPanning;
2186 if (randrp->panning)
2387 randrp->panning = FALSE;