HomeSort by: relevance | last modified time | path
    Searched defs:pScreenInfo (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winvideo.c 49 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
51 if (pScreenInfo->dwBPP > 8)
124 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
127 if (pScreenInfo->dwBPP > 8)
winmisc.c 79 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
82 pScreenInfo->pfb = pbits;
90 PixmapBytePad (pScreenInfo->dwStride,
91 pScreenInfo->dwBPP),
92 pScreenInfo->pfb))
wintrayicon.c 46 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
51 nid.uID = pScreenInfo->dwScreen;
64 (int) pScreenInfo->dwScreen);
79 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
88 nid.uID = pScreenInfo->dwScreen;
117 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
127 if (pScreenInfo->fMWExtWM
    [all...]
winengine.c 159 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
172 * pScreenInfo->dwBPP may be 0 to indicate that the current screen
183 if (dwBPP == 8 && !pScreenInfo->fFullScreen)
186 pScreenInfo->dwEngine = WIN_SERVER_SHADOW_GDI;
196 pScreenInfo->fMWExtWM
201 || pScreenInfo->fMultiWindow
208 pScreenInfo->dwEngine = WIN_SERVER_SHADOW_GDI;
216 if (g_dwEnginesSupported & pScreenInfo->dwEnginePreferred)
219 (int) pScreenInfo->dwEnginePreferred)
    [all...]
winkeyhook.c 71 winScreenInfo *pScreenInfo = NULL;
81 pScreenInfo = pScreenPriv->pScreenInfo;
83 if (pScreenInfo->fMultiWindow)
winmouse.c 269 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
272 if (pScreenInfo->iE3BTimeout == WIN_E3B_OFF)
298 pScreenInfo->iE3BTimeout,
winrandr.c 177 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
184 pScreenInfo->dwWidth = width;
185 pScreenInfo->dwHeight = height;
200 winUpdateFBPointer(pScreen, pScreenInfo->pfb);
231 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
239 if (pScreenInfo->fFullScreen)
252 || pScreenInfo->fMWExtWM
254 || pScreenInfo->fRootles
    [all...]
wincreatewnd.c 46 winGetWorkArea (RECT *prcWorkArea, winScreenInfo *pScreenInfo);
60 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
61 int iX = pScreenInfo->dwInitialX;
62 int iY = pScreenInfo->dwInitialY;
63 int iWidth = pScreenInfo->dwWidth;
64 int iHeight = pScreenInfo->dwHeight;
97 (int) pScreenInfo->dwScreen);
103 (int) pScreenInfo->dwScreen);
120 switch (pScreenInfo->dwEngine
    [all...]
winnativegdi.c 117 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
136 if (!pScreenInfo->fNoTrayIcon)
154 pScreenInfo->pScreen = NULL;
178 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
181 switch (pScreenInfo->dwDepth)
222 switch (pScreenInfo->dwDepth)
227 if (!miSetVisualTypesAndMasks (pScreenInfo->dwDepth,
242 if (!miSetVisualTypesAndMasks (pScreenInfo->dwDepth
    [all...]
winpfbdd.c 71 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
106 if (pScreenInfo->fFullScreen)
119 pScreenInfo->dwWidth,
120 pScreenInfo->dwHeight,
121 pScreenInfo->dwBPP,
122 pScreenInfo->dwRefreshRate,
178 ddsd.dwHeight = pScreenInfo->dwHeight;
179 ddsd.dwWidth = pScreenInfo->dwWidth;
205 pScreenInfo->fFullScreen ? NULL:&rcClient
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winmisc.c 61 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
64 pScreenInfo->pfb = pbits;
72 PixmapBytePad(pScreenInfo->dwStride,
73 pScreenInfo->dwBPP),
74 pScreenInfo->pfb)) {
wintrayicon.c 48 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
53 nid.uID = pScreenInfo->dwScreen;
65 display, (int) pScreenInfo->dwScreen);
79 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
88 nid.uID = pScreenInfo->dwScreen;
112 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
143 if (pScreenInfo->fMultiWindow)
    [all...]
winengine.c 115 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
127 * pScreenInfo->dwBPP may be 0 to indicate that the current screen
138 if (dwBPP == 8 && !pScreenInfo->fFullScreen) {
141 pScreenInfo->dwEngine = WIN_SERVER_SHADOW_GDI;
150 || pScreenInfo->fMultiWindow
154 pScreenInfo->dwEngine = WIN_SERVER_SHADOW_GDI;
162 if (g_dwEnginesSupported & pScreenInfo->dwEnginePreferred) {
164 (int) pScreenInfo->dwEnginePreferred);
165 pScreenInfo->dwEngine = pScreenInfo->dwEnginePreferred
    [all...]
winkeyhook.c 67 winScreenInfo *pScreenInfo = NULL;
76 pScreenInfo = pScreenPriv->pScreenInfo;
78 if (pScreenInfo->fMultiWindow)
winscrinit.c 50 winScreenInfoPtr pScreenInfo = &g_ScreenInfo[pScreen->myNum];
57 (unsigned int)pScreenInfo->dwWidth, (unsigned int)pScreenInfo->dwHeight);
70 pScreenInfo->pScreen = pScreen;
74 pScreenPriv->pScreenInfo = pScreenInfo;
88 dwInitialBPP = pScreenInfo->dwBPP;
99 (int) pScreenInfo->dwBPP);
101 else if (dwInitialBPP != pScreenInfo->dwBPP) {
105 (int) dwInitialBPP, (int) pScreenInfo->dwBPP)
    [all...]
winmouse.c 249 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
252 if (pScreenInfo->iE3BTimeout == WIN_E3B_OFF) {
275 WIN_E3B_TIMER_ID, pScreenInfo->iE3BTimeout, NULL);
winrandr.c 98 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
110 pScreenInfo->dwWidth = width;
111 pScreenInfo->dwHeight = height;
125 winUpdateFBPointer(pScreen, pScreenInfo->pfb);
156 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
164 if (pScreenInfo->fFullScreen) {
176 || pScreenInfo->fRootless
177 || pScreenInfo->fMultiWindo
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
winpriv.c 31 winScreenInfoPtr pScreenInfo = NULL;
41 pScreenInfo = pWinScreen->pScreenInfo;
43 if (pScreenInfo->fMultiWindow) {
88 winScreenInfoPtr pScreenInfo = pWinScreen->pScreenInfo;
90 if (pScreenInfo->fMultiWindow)
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
winpriv.c 30 winScreenInfoPtr pScreenInfo = NULL;
41 pScreenInfo = pWinScreen->pScreenInfo;
44 if (pScreenInfo->fMultiWindow)
71 if (pScreenInfo->fMWExtWM)
113 winScreenInfoPtr pScreenInfo = pWinScreen->pScreenInfo;
116 if (pScreenInfo->fMultiWindow)
121 if (pScreenInfo->fMWExtWM)
  /xsrc/external/mit/xf86-video-mach64/dist/src/
atimach64cursor.c 40 ScrnInfoPtr pScreenInfo,
45 ATIPtr pATI = ATIPTR(pScreenInfo);
59 ScrnInfoPtr pScreenInfo,
64 ATIPtr pATI = ATIPTR(pScreenInfo);
76 CursorXOffset = pScreenInfo->frameX1 - pScreenInfo->frameX0;
90 CursorYOffset = pScreenInfo->frameY1 - pScreenInfo->frameY0;
97 if (pScreenInfo->currentMode->Flags & V_DBLSCAN)
99 if (pScreenInfo->currentMode->VScan > 1
    [all...]
aticonsole.c 69 ScrnInfoPtr pScreenInfo;
78 pScreenInfo = xf86ScreenToScrn(pScreen);
79 if (!pScreenInfo->vtSema)
82 pATI = ATIPTR(pScreenInfo);
99 ScrnInfoPtr pScreenInfo,
106 if (!pScreenInfo || !pScreenInfo->vtSema)
109 pATI = ATIPTR(pScreenInfo);
112 ATIMach64SetDPMSMode(pScreenInfo, pATI, DPMSMode);
121 ScrnInfoPtr pScreenInfo,
    [all...]
  /xsrc/external/mit/xf86-video-rendition/dist/src/
hwcursor.c 30 static void RENDITIONSetCursorColors(ScrnInfoPtr pScreenInfo, int bg, int fg);
31 static void RENDITIONSetCursorPosition(ScrnInfoPtr pScreenInfo, int x, int y);
32 static void RENDITIONHideCursor(ScrnInfoPtr pScreenInfo);
33 static void RENDITIONShowCursor(ScrnInfoPtr pScreenInfo);
34 static void RENDITIONLoadCursorImage(ScrnInfoPtr pScreenInfo, unsigned char* src);
41 RenditionHWCursorPreInit (ScrnInfoPtr pScreenInfo)
43 renditionPtr pRendition = RENDITIONPTR(pScreenInfo);
64 RenditionHWCursorRelease (ScrnInfoPtr pScreenInfo)
66 renditionPtr pRendition = RENDITIONPTR(pScreenInfo);
80 ScrnInfoPtr pScreenInfo = xf86ScreenToScrn(pScreen)
    [all...]
accelX.c 44 RENDITIONAccelNone(pScreenInfo); \
57 void RENDITIONSaveUcode(ScrnInfoPtr pScreenInfo);
58 void RENDITIONRestoreUcode(ScrnInfoPtr pScreenInfo);
60 void RENDITIONSyncV1000(ScrnInfoPtr pScreenInfo);
62 void RENDITIONSetupForScreenToScreenCopy(ScrnInfoPtr pScreenInfo,
67 void RENDITIONSubsequentScreenToScreenCopy(ScrnInfoPtr pScreenInfo,
73 void RENDITIONSetupForSolidFill(ScrnInfoPtr pScreenInfo,
78 void RENDITIONSubsequentSolidFillRect(ScrnInfoPtr pScreenInfo,
82 void RENDITIONSubsequentTwoPointLine(ScrnInfoPtr pScreenInfo,
111 RENDITIONAccelPreInit(ScrnInfoPtr pScreenInfo)
    [all...]
  /xsrc/external/mit/xf86-video-nsc/dist/src/
nsc_gx1_cursor.c 155 static void GX1SetCursorColors(ScrnInfoPtr pScreenInfo, int bg, int fg);
156 static void GX1SetCursorPosition(ScrnInfoPtr pScreenInfo, int x, int y);
157 void GX1LoadCursorImage(ScrnInfoPtr pScreenInfo, unsigned char *src);
158 void GX1HideCursor(ScrnInfoPtr pScreenInfo);
159 void GX1ShowCursor(ScrnInfoPtr pScreenInfo);
183 ScrnInfoPtr pScreenInfo = xf86Screens[pScreen->myNum];
184 GeodePtr pGeode = GEODEPTR(pScreenInfo);
226 GX1SetCursorColors(ScrnInfoPtr pScreenInfo, int bg, int fg)
246 GX1SetCursorPosition(ScrnInfoPtr pScreenInfo, int x, int y)
250 GeodePtr pGeode = GEODEPTR(pScreenInfo);
    [all...]
nsc_gx2_cursor.c 155 static void GX2SetCursorColors(ScrnInfoPtr pScreenInfo, int bg, int fg);
156 static void GX2SetCursorPosition(ScrnInfoPtr pScreenInfo, int x, int y);
157 void GX2LoadCursorImage(ScrnInfoPtr pScreenInfo, unsigned char *src);
158 void GX2HideCursor(ScrnInfoPtr pScreenInfo);
159 void GX2ShowCursor(ScrnInfoPtr pScreenInfo);
184 ScrnInfoPtr pScreenInfo = xf86Screens[pScreen->myNum];
185 GeodePtr pGeode = GEODEPTR(pScreenInfo);
227 GX2SetCursorColors(ScrnInfoPtr pScreenInfo, int bg, int fg)
247 GX2SetCursorPosition(ScrnInfoPtr pScreenInfo, int x, int y)
251 GeodePtr pGeode = GEODEPTR(pScreenInfo);
    [all...]

Completed in 25 milliseconds

1 2 3