Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Cursor.c105 pScr->frameY1 = pScr->frameY0 + pScr->modes->VDisplay - 1; in xf86InitViewport()
115 if (pScr->frameY1 >= pScr->virtualY) { in xf86InitViewport()
117 pScr->frameY1 = pScr->frameY0 + pScr->modes->VDisplay - 1; in xf86InitViewport()
157 pScr->frameY1 = y + pScr->currentMode->VDisplay - 1; in xf86PointerMoved()
161 if (pScr->frameY1 < y) { in xf86PointerMoved()
162 pScr->frameY1 = y; in xf86PointerMoved()
252 (pScr->frameY0 + pScr->frameY1 + 1 - mode->VDisplay) / 2; in xf86SwitchMode()
257 pScr->frameY1 = pScr->frameY0 + mode->VDisplay - 1; in xf86SwitchMode()
258 if (pScr->frameY1 >= pScr->virtualY) { in xf86SwitchMode()
260 pScr->frameY1 = pScr->virtualY - 1; in xf86SwitchMode()
[all …]
H A Dxf86VidMode.c227 pScrn->frameY1 = pScrn->frameY0 + pScrn->currentMode->VDisplay - 1; in xf86VidModeSetViewPort()
H A Dxf86xv.c730 VPBox.y2 = portPriv->pScrn->frameY1 + 1; in xf86XVReputVideo()
808 VPBox.y2 = portPriv->pScrn->frameY1 + 1; in xf86XVReputImage()
1358 VPBox.y2 = portPriv->pScrn->frameY1 + 1; in xf86XVPutStill()
1628 VPBox.y2 = portPriv->pScrn->frameY1 + 1; in xf86XVPutImage()
H A Dxf86str.h604 int frameY1; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddri.c2283 pDRIPriv->pSAREA->frame.height = pScrn->frameY1 - y + 1; in _DRIAdjustFrame()
2304 pScrn->frameY1 = pScrn->frameY0 + pDRIPriv->pSAREA->frame.height - 1; in DRIAdjustFrame()
2315 if (py > pScrn->frameY1) in DRIAdjustFrame()
2316 py = pScrn->frameY1; in DRIAdjustFrame()