Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Cursor.c96 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 …]
H A Dxf86VidMode.c225 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()
H A Dxf86str.h317 int frameY0; member
602 int frameY0; member
H A Dxf86xv.c728 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()
H A Dxf86Config.c2000 displayp->frameY0 = conf_display->disp_frameY0; in configDisplay()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinconfig.h73 int frameY0; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86HWCurs.c211 y -= infoPtr->pScrn->frameY0; in xf86ScreenSetCursor()
311 y -= infoPtr->pScrn->frameY0; in xf86ScreenMoveCursor()
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddri.c2302 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()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Cursors.c481 y += scrn->frameY0; in xf86_set_cursor_position()
H A Dxf86Crtc.c2597 scrn->display->frameY0 = 0; in xf86InitialConfiguration()
/OK3568_Linux_fs/external/xserver/hw/xfree86/fbdevhw/
H A Dfbdevhw.c837 fbdevHWAdjustFrame(pScrn, pScrn->frameX0, pScrn->frameY0); in fbdevHWEnterVT()