Searched refs:scan_height (Results 1 – 1 of 1) sorted by relevance
38 int scan_width, scan_height; in RRCrtcContainsPosition() local43 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() local76 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()