Searched refs:xf86SetViewport (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_randr.c238 xf86SetViewport(pScreen, pScreen->width, pScreen->height);
239 xf86SetViewport(pScreen, 0, 0);
322 xf86SetViewport(pScreen, px, py);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86RandR.c229 xf86SetViewport (pScreen, pScreen->width, pScreen->height);
230 xf86SetViewport (pScreen, 0, 0);
314 xf86SetViewport(pScreen, px, py);
H A Dxf86Events.c169 xf86SetViewport(xf86Info.currentScreen, x, y);
H A Dxf86.h160 extern _X_EXPORT void xf86SetViewport(ScreenPtr pScreen, int x, int y);
H A Dxf86Cursor.c131 * xf86SetViewport --
136 xf86SetViewport(ScreenPtr pScreen, int x, int y) function in typeref:typename:void
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86RandR.c220 xf86SetViewport (pScreen, pScreen->width, pScreen->height);
221 xf86SetViewport (pScreen, 0, 0);
326 xf86SetViewport(pScreen, px, py);
H A Dxf86.h179 extern _X_EXPORT void xf86SetViewport(ScreenPtr pScreen, int x, int y);
H A Dxf86Events.c148 xf86SetViewport(xf86Info.currentScreen, x, y);
H A Dxf86Cursor.c122 * xf86SetViewport --
127 xf86SetViewport(ScreenPtr pScreen, int x, int y) function in typeref:typename:void
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86RandR12.c572 xf86SetViewport (pScreen, pScreen->width, pScreen->height);
573 xf86SetViewport (pScreen, 0, 0);
653 xf86SetViewport(pScreen, px, py);
715 xf86SetViewport (pScreen, pScreen->width-1, pScreen->height-1);
716 xf86SetViewport (pScreen, 0, 0);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86RandR12.c572 xf86SetViewport(pScreen, pScreen->width, pScreen->height);
573 xf86SetViewport(pScreen, 0, 0);
661 xf86SetViewport(pScreen, px, py);
725 xf86SetViewport(pScreen, pScreen->width - 1, pScreen->height - 1);
726 xf86SetViewport(pScreen, 0, 0);

Completed in 15 milliseconds