Lines Matching refs:panned_area
271 BoxRec panned_area;
275 pScrPriv->rrGetPanning (pScreen, crtc, &panned_area, NULL, NULL) &&
276 (panned_area.x2 > panned_area.x1) && (panned_area.y2 > panned_area.y1)) {
277 scratch.x_org = panned_area.x1;
278 scratch.y_org = panned_area.y1;
279 scratch.width = panned_area.x2 - panned_area.x1;
280 scratch.height = panned_area.y2 - panned_area.y1;