Searched refs:scan_width (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrpointer.c38 int scan_width, scan_height; local in function:RRCrtcContainsPosition
43 RRCrtcGetScanoutSize (crtc, &scan_width, &scan_height);
45 if (crtc->x <= x && x < crtc->x + scan_width &&
69 int scan_width, scan_height; local in function:RRPointerToNearestCrtc
76 RRCrtcGetScanoutSize (crtc, &scan_width, &scan_height);
80 else if (x > crtc->x + scan_width)
81 dx = x - (crtc->x + scan_width);
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrpointer.c38 int scan_width, scan_height; local in function:RRCrtcContainsPosition
43 RRCrtcGetScanoutSize(crtc, &scan_width, &scan_height);
45 if (crtc->x <= x && x < crtc->x + scan_width &&
69 int scan_width, scan_height; local in function:RRPointerToNearestCrtc
76 RRCrtcGetScanoutSize(crtc, &scan_width, &scan_height);
80 else if (x > crtc->x + scan_width - 1)
81 dx = crtc->x + (scan_width - 1) - x;

Completed in 2 milliseconds