Home
last modified time | relevance | path

Searched refs:scan_height (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/randr/
H A Drrpointer.c38 int scan_width, scan_height; in RRCrtcContainsPosition() local
43 RRCrtcGetScanoutSize(crtc, &scan_width, &scan_height); in RRCrtcContainsPosition()
46 crtc->y <= y && y < crtc->y + scan_height) in RRCrtcContainsPosition()
69 int scan_width, scan_height; in RRPointerToNearestCrtc() local
76 RRCrtcGetScanoutSize(crtc, &scan_width, &scan_height); in RRPointerToNearestCrtc()
86 else if (y > crtc->y + scan_height - 1) in RRPointerToNearestCrtc()
87 dy = crtc->y + (scan_height - 1) - y; in RRPointerToNearestCrtc()