Searched refs:frameY0 (Results 1 – 11 of 11) sorted by relevance
96 pScr->frameY0 = (pScr->virtualY - pScr->modes->VDisplay) / 2; in xf86InitViewport()100 pScr->frameY0 = pScr->display->frameY0; in xf86InitViewport()105 pScr->frameY1 = pScr->frameY0 + pScr->modes->VDisplay - 1; in xf86InitViewport()116 pScr->frameY0 = pScr->virtualY - pScr->modes->VDisplay; in xf86InitViewport()117 pScr->frameY1 = pScr->frameY0 + pScr->modes->VDisplay - 1; in xf86InitViewport()155 if (pScr->frameY0 > y) { in xf86PointerMoved()156 pScr->frameY0 = y; in xf86PointerMoved()163 pScr->frameY0 = y - pScr->currentMode->VDisplay + 1; in xf86PointerMoved()168 pScr->AdjustFrame(pScr, pScr->frameX0, pScr->frameY0); in xf86PointerMoved()249 pScr->frameY0 = py - (mode->VDisplay / 2) + 1; in xf86SwitchMode()[all …]
225 pScrn->frameY0 = min(max(y, 0), in xf86VidModeSetViewPort()227 pScrn->frameY1 = pScrn->frameY0 + pScrn->currentMode->VDisplay - 1; in xf86VidModeSetViewPort()229 (pScrn->AdjustFrame) (pScrn, pScrn->frameX0, pScrn->frameY0); in xf86VidModeSetViewPort()241 *y = pScrn->frameY0; in xf86VidModeGetViewPort()
317 int frameY0; member602 int frameY0; member
728 VPBox.y1 = portPriv->pScrn->frameY0; in xf86XVReputVideo()806 VPBox.y1 = portPriv->pScrn->frameY0; in xf86XVReputImage()1356 VPBox.y1 = portPriv->pScrn->frameY0; in xf86XVPutStill()1626 VPBox.y1 = portPriv->pScrn->frameY0; in xf86XVPutImage()
2000 displayp->frameY0 = conf_display->disp_frameY0; in configDisplay()
73 int frameY0; member
211 y -= infoPtr->pScrn->frameY0; in xf86ScreenSetCursor()311 y -= infoPtr->pScrn->frameY0; in xf86ScreenMoveCursor()
2302 pScrn->frameY0 = pDRIPriv->pSAREA->frame.y; in DRIAdjustFrame()2304 pScrn->frameY1 = pScrn->frameY0 + pDRIPriv->pSAREA->frame.height - 1; in DRIAdjustFrame()2313 if (py < pScrn->frameY0) in DRIAdjustFrame()2314 py = pScrn->frameY0; in DRIAdjustFrame()
481 y += scrn->frameY0; in xf86_set_cursor_position()
2597 scrn->display->frameY0 = 0; in xf86InitialConfiguration()
837 fbdevHWAdjustFrame(pScrn, pScrn->frameX0, pScrn->frameY0); in fbdevHWEnterVT()