Searched refs:frameY1 (Results 1 – 5 of 5) sorted by relevance
105 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 …]
227 pScrn->frameY1 = pScrn->frameY0 + pScrn->currentMode->VDisplay - 1; in xf86VidModeSetViewPort()
730 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()
604 int frameY1; member
2283 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()