Searched refs:panned_area (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrxinerama.c271 BoxRec panned_area; local in function:RRXineramaWriteCrtc
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
[all...]
H A Drrcrtc.c662 BoxRec panned_area; local in function:ProcRRGetCrtcInfo
681 pScrPriv->rrGetPanning (pScreen, crtc, &panned_area, NULL, NULL) &&
682 (panned_area.x2 > panned_area.x1) && (panned_area.y2 > panned_area.y1))
684 rep.x = panned_area.x1;
685 rep.y = panned_area.y1;
686 rep.width = panned_area.x2 - panned_area
[all...]
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrmonitor.c59 BoxRec panned_area; local in function:RRMonitorGetCrtcGeometry
63 pScrPriv->rrGetPanning(screen, crtc, &panned_area, NULL, NULL) &&
64 (panned_area.x2 > panned_area.x1) &&
65 (panned_area.y2 > panned_area.y1)) {
66 geometry->box = panned_area;
H A Drrcrtc.c1156 BoxRec panned_area; local in function:ProcRRGetCrtcInfo
1190 pScrPriv->rrGetPanning(pScreen, crtc, &panned_area, NULL, NULL) &&
1191 (panned_area.x2 > panned_area.x1) && (panned_area.y2 > panned_area.y1))
1193 rep.x = panned_area.x1;
1194 rep.y = panned_area.y1;
1195 rep.width = panned_area.x2 - panned_area
[all...]

Completed in 7 milliseconds