HomeSort by: relevance | last modified time | path
    Searched refs:pScreenPriv (Results 1 - 25 of 104) sorted by relevancy

1 2 3 4 5

  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winpfbdd.c 71 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
81 GetClientRect (pScreenPriv->hwndScreen, &rcClient);
82 MapWindowPoints (pScreenPriv->hwndScreen,
87 ddrval = (*g_fpDirectDrawCreate) (NULL, &pScreenPriv->pdd, NULL);
92 ddrval = IDirectDraw_QueryInterface (pScreenPriv->pdd,
94 (LPVOID*) &pScreenPriv->pdd2);
109 ddrval = IDirectDraw2_SetCooperativeLevel (pScreenPriv->pdd2,
110 pScreenPriv->hwndScreen,
118 ddrval = IDirectDraw2_SetDisplayMode (pScreenPriv->pdd2,
131 ddrval = IDirectDraw2_SetCooperativeLevel (pScreenPriv->pdd2
    [all...]
winnativegdi.c 117 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
122 pScreenPriv->fClosed = TRUE;
123 pScreenPriv->fActive = FALSE;
131 RemoveProp (pScreenPriv->hwndScreen, WIN_SCR_PROP);
137 winDeleteNotifyIcon (pScreenPriv);
147 if (pScreenPriv->hwndScreen)
149 DestroyWindow (pScreenPriv->hwndScreen);
150 pScreenPriv->hwndScreen = NULL;
157 free (pScreenPriv);
178 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo
    [all...]
winshaddd.c 132 ddrval = IDirectDraw2_CreateSurface (pScreenPriv->pdd2,
134 &pScreenPriv->pddsPrimary,
151 ddrval = IDirectDrawSurface2_SetClipper (pScreenPriv->pddsPrimary,
152 pScreenPriv->pddcPrimary);
184 if (pScreenPriv->pddsPrimary)
190 IDirectDrawSurface2_SetClipper (pScreenPriv->pddsPrimary,
196 IDirectDrawSurface2_Release (pScreenPriv->pddsPrimary);
197 pScreenPriv->pddsPrimary = NULL;
218 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
229 &pScreenPriv->pddcPrimary
    [all...]
winshadddnl.c 135 ddrval = IDirectDraw4_CreateSurface (pScreenPriv->pdd4,
137 &pScreenPriv->pddsPrimary4,
139 pScreenPriv->fRetryCreateSurface = FALSE;
145 pScreenPriv->fRetryCreateSurface = TRUE;
162 ddrval = IDirectDrawSurface4_SetClipper (pScreenPriv->pddsPrimary4,
163 pScreenPriv->pddcPrimary);
195 if (pScreenPriv->pddsPrimary4)
201 IDirectDrawSurface4_SetClipper (pScreenPriv->pddsPrimary4,
207 IDirectDrawSurface4_Release (pScreenPriv->pddsPrimary4);
208 pScreenPriv->pddsPrimary4 = NULL
    [all...]
winshadgdi.c 107 hbmp = CreateCompatibleBitmap (pScreenPriv->hdcScreen, 1, 1);
119 if (!GetDIBits (pScreenPriv->hdcScreen,
140 if (!GetDIBits (pScreenPriv->hdcScreen,
175 if (GetDeviceCaps (pScreenPriv->hdcScreen, RASTERCAPS) & RC_PALETTE)
181 pScreenPriv->dwBitsPerRGB = 8;
182 pScreenPriv->dwRedMask = 0x0L;
183 pScreenPriv->dwGreenMask = 0x0L;
184 pScreenPriv->dwBlueMask = 0x0L;
189 if (GetDeviceCaps (pScreenPriv->hdcScreen, PLANES)
190 * GetDeviceCaps (pScreenPriv->hdcScreen, BITSPIXEL) == 24
    [all...]
wintrayicon.c 44 winInitNotifyIcon (winPrivScreenPtr pScreenPriv)
46 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
50 nid.hWnd = pScreenPriv->hwndScreen;
57 pScreenPriv->hiconNotifyIcon = nid.hIcon;
77 winDeleteNotifyIcon (winPrivScreenPtr pScreenPriv)
79 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
87 nid.hWnd = pScreenPriv->hwndScreen;
98 if (pScreenPriv->hiconNotifyIcon != NULL
99 && DestroyIcon (pScreenPriv->hiconNotifyIcon) == 0)
103 pScreenPriv->hiconNotifyIcon = NULL
    [all...]
winmouse.c 154 if ((pScreenPriv->iDeltaZ > 0
156 || (pScreenPriv->iDeltaZ < 0
160 iDeltaZ += pScreenPriv->iDeltaZ;
161 pScreenPriv->iDeltaZ = 0;
171 pScreenPriv->iDeltaZ = 0;
180 pScreenPriv->iDeltaZ = 0;
192 pScreenPriv->iDeltaZ = iDeltaZ;
269 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
281 && pScreenPriv->iE3BCachedPress == 0
282 && !pScreenPriv->fE3BFakeButton2Sent
    [all...]
winblock.c 59 if (pScreenPriv != NULL && !pScreenPriv->fServerStarted)
66 pScreenPriv->fServerStarted = TRUE;
69 iReturn = pthread_mutex_unlock (&pScreenPriv->pmServerStarted);
winscrinit.c 92 winPrivScreenPtr pScreenPriv;
109 pScreenPriv = winGetScreenPriv (pScreen);
116 pScreenPriv->pScreenInfo = pScreenInfo;
133 if (!(*pScreenPriv->pwinAdjustVideoMode) (pScreen))
189 if (!(*pScreenPriv->pwinCreateBoundingWindow) (pScreen))
197 hdc = GetDC (pScreenPriv->hwndScreen);
214 ReleaseDC (pScreenPriv->hwndScreen, hdc);
220 if (!((*pScreenPriv->pwinFinishScreenInit) (index, pScreen, argc, argv)))
254 result = pScreenPriv->pwinCreateScreenResources(pScreen);
259 pScreenPriv->pwinShadowUpdate, NULL, 0, 0)
    [all...]
winallpriv.c 49 winPrivScreenPtr pScreenPriv;
64 pScreenPriv = (winPrivScreenPtr) malloc (sizeof (winPrivScreenRec));
65 if (!pScreenPriv)
72 ZeroMemory (pScreenPriv, sizeof (winPrivScreenRec));
75 pScreenPriv->fActive = TRUE;
85 winSetScreenPriv (pScreen, pScreenPriv);
  /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
kcmap.c 36 ColormapPtr pCmap = pScreenPriv->pInstalledmap;
42 if (!pScreenPriv->card->cfuncs->putColors)
44 if (pScreenPriv->screen->fb.depth > KD_MAX_PSEUDO_DEPTH)
47 if (!pScreenPriv->enabled)
58 for (i = 0; i < (1 << pScreenPriv->screen->fb.depth); i++)
61 QueryColors(pCmap, (1 << pScreenPriv->screen->fb.depth), pixels, colors,
64 for (i = 0; i < (1 << pScreenPriv->screen->fb.depth); i++) {
72 (*pScreenPriv->card->cfuncs->putColors) (pCmap->pScreen,
73 (1 << pScreenPriv->screen->fb.
87 if (!pScreenPriv->card->cfuncs->putColors
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
kcmap.c 36 ColormapPtr pCmap = pScreenPriv->pInstalledmap;
42 if (!pScreenPriv->card->cfuncs->putColors)
44 if (pScreenPriv->screen->fb.depth > KD_MAX_PSEUDO_DEPTH)
47 if (!pScreenPriv->enabled)
58 for (i = 0; i < (1 << pScreenPriv->screen->fb.depth); i++)
61 QueryColors (pCmap, (1 << pScreenPriv->screen->fb.depth), pixels, colors, serverClient);
63 for (i = 0; i < (1 << pScreenPriv->screen->fb.depth); i++)
72 (*pScreenPriv->card->cfuncs->putColors) (pCmap->pScreen,
73 (1 << pScreenPriv->screen->fb.depth),
77 if (pScreenPriv->card->cfuncs->recolorCursor
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winblock.c 66 if (pScreenPriv != NULL && !pScreenPriv->fServerStarted) {
72 pScreenPriv->fServerStarted = TRUE;
75 iReturn = pthread_mutex_unlock(&pScreenPriv->pmServerStarted);
winshadgdi.c 102 hbmp = CreateCompatibleBitmap(pScreenPriv->hdcScreen, 1, 1);
113 if (!GetDIBits(pScreenPriv->hdcScreen,
129 if (!GetDIBits(pScreenPriv->hdcScreen,
158 if (GetDeviceCaps(pScreenPriv->hdcScreen, RASTERCAPS) & RC_PALETTE) {
163 pScreenPriv->dwBitsPerRGB = 8;
164 pScreenPriv->dwRedMask = 0x0L;
165 pScreenPriv->dwGreenMask = 0x0L;
166 pScreenPriv->dwBlueMask = 0x0L;
171 if (GetDeviceCaps(pScreenPriv->hdcScreen, PLANES)
172 * GetDeviceCaps(pScreenPriv->hdcScreen, BITSPIXEL) == 24)
    [all...]
winshadddnl.c 112 ddrval = IDirectDraw4_CreateSurface(pScreenPriv->pdd4,
114 &pScreenPriv->pddsPrimary4, NULL);
115 pScreenPriv->fRetryCreateSurface = FALSE;
119 pScreenPriv->fRetryCreateSurface = TRUE;
135 ddrval = IDirectDrawSurface4_SetClipper(pScreenPriv->pddsPrimary4,
136 pScreenPriv->pddcPrimary);
165 if (pScreenPriv->pddsPrimary4) {
170 IDirectDrawSurface4_SetClipper(pScreenPriv->pddsPrimary4, NULL);
175 IDirectDrawSurface4_Release(pScreenPriv->pddsPrimary4);
176 pScreenPriv->pddsPrimary4 = NULL
    [all...]
wintrayicon.c 46 winInitNotifyIcon(winPrivScreenPtr pScreenPriv)
48 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
52 nid.hWnd = pScreenPriv->hwndScreen;
59 pScreenPriv->hiconNotifyIcon = nid.hIcon;
77 winDeleteNotifyIcon(winPrivScreenPtr pScreenPriv)
79 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
87 nid.hWnd = pScreenPriv->hwndScreen;
97 if (pScreenPriv->hiconNotifyIcon != NULL
98 && DestroyIcon(pScreenPriv->hiconNotifyIcon) == 0) {
101 pScreenPriv->hiconNotifyIcon = NULL
    [all...]
winscrinit.c 51 winPrivScreenPtr pScreenPriv;
67 pScreenPriv = winGetScreenPriv(pScreen);
74 pScreenPriv->pScreenInfo = pScreenInfo;
90 if (!(*pScreenPriv->pwinAdjustVideoMode) (pScreen)) {
142 if (!(*pScreenPriv->pwinCreateBoundingWindow) (pScreen)) {
148 hdc = GetDC(pScreenPriv->hwndScreen);
163 ReleaseDC(pScreenPriv->hwndScreen, hdc);
169 if (!((*pScreenPriv->pwinFinishScreenInit) (pScreen->myNum, pScreen, argc, argv))) {
173 pScreenPriv->pwinCloseScreen(pScreen);
210 result = pScreenPriv->pwinCreateScreenResources(pScreen)
    [all...]
winmouse.c 249 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
260 && pScreenPriv->iE3BCachedPress == 0
261 && !pScreenPriv->fE3BFakeButton2Sent) {
268 pScreenPriv->iE3BCachedPress = iButton;
274 SetTimer(pScreenPriv->hwndScreen,
278 && pScreenPriv->iE3BCachedPress != 0
279 && pScreenPriv->iE3BCachedPress != iButton
280 && !pScreenPriv->fE3BFakeButton2Sent) {
287 KillTimer(pScreenPriv->hwndScreen, WIN_E3B_TIMER_ID);
288 pScreenPriv->iE3BCachedPress = 0
    [all...]
winallpriv.c 48 winPrivScreenPtr pScreenPriv;
61 pScreenPriv = malloc(sizeof(winPrivScreenRec));
62 if (!pScreenPriv) {
68 ZeroMemory(pScreenPriv, sizeof(winPrivScreenRec));
71 pScreenPriv->fActive = TRUE;
80 winSetScreenPriv(pScreen, pScreenPriv);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86DGA.c 112 DGAScreenPtr pScreenPriv;
124 pScreenPriv = DGA_GET_SCREEN_PRIV(pScreen);
126 if (!pScreenPriv)
128 if(!(pScreenPriv = (DGAScreenPtr)malloc(sizeof(DGAScreenRec))))
130 dixSetPrivate(&pScreen->devPrivates, &DGAScreenKeyRec, pScreenPriv);
131 pScreenPriv->CloseScreen = pScreen->CloseScreen;
133 pScreenPriv->DestroyColormap = pScreen->DestroyColormap;
135 pScreenPriv->InstallColormap = pScreen->InstallColormap;
137 pScreenPriv->UninstallColormap = pScreen->UninstallColormap;
141 pScreenPriv->pScrn = pScrn
    [all...]
xf86xvmc.c 73 xf86XvMCScreenPtr pScreenPriv = XF86XVMC_GET_PRIVATE(pContext->pScreen);
78 return (*pScreenPriv->adaptors[pContext->adapt_num]->CreateContext)(
85 xf86XvMCScreenPtr pScreenPriv = XF86XVMC_GET_PRIVATE(pContext->pScreen);
88 (*pScreenPriv->adaptors[pContext->adapt_num]->DestroyContext)(
100 xf86XvMCScreenPtr pScreenPriv = XF86XVMC_GET_PRIVATE(pContext->pScreen);
103 return (*pScreenPriv->adaptors[pContext->adapt_num]->CreateSurface)(
111 xf86XvMCScreenPtr pScreenPriv = XF86XVMC_GET_PRIVATE(pContext->pScreen);
114 (*pScreenPriv->adaptors[pContext->adapt_num]->DestroySurface)(
126 xf86XvMCScreenPtr pScreenPriv = XF86XVMC_GET_PRIVATE(pContext->pScreen);
129 return (*pScreenPriv->adaptors[pContext->adapt_num]->CreateSubpicture)
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/exa/
examodule.c 76 ExaXorgScreenPrivPtr pScreenPriv = (ExaXorgScreenPrivPtr)
79 pScreen->CloseScreen = pScreenPriv->SavedCloseScreen;
81 pScrn->EnableDisableFBAccess = pScreenPriv->SavedEnableDisableFBAccess;
83 free(pScreenPriv->options);
84 free(pScreenPriv);
93 ExaXorgScreenPrivPtr pScreenPriv = (ExaXorgScreenPrivPtr)
99 if (pScreenPriv->SavedEnableDisableFBAccess)
100 pScreenPriv->SavedEnableDisableFBAccess(pScrn, enable);
115 ExaXorgScreenPrivPtr pScreenPriv;
120 pScreenPriv = calloc(1, sizeof(ExaXorgScreenPrivRec))
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/exa/
examodule.c 75 ExaXorgScreenPrivPtr pScreenPriv = (ExaXorgScreenPrivPtr)
78 pScreen->CloseScreen = pScreenPriv->SavedCloseScreen;
80 pScrn->EnableDisableFBAccess = pScreenPriv->SavedEnableDisableFBAccess;
82 free(pScreenPriv->options);
83 free(pScreenPriv);
92 ExaXorgScreenPrivPtr pScreenPriv = (ExaXorgScreenPrivPtr)
98 if (pScreenPriv->SavedEnableDisableFBAccess)
99 pScreenPriv->SavedEnableDisableFBAccess (index, enable);
115 ExaXorgScreenPrivPtr pScreenPriv;
120 pScreenPriv = calloc(1, sizeof(ExaXorgScreenPrivRec))
    [all...]
  /xsrc/external/mit/xorg-server/dist/miext/sync/
misync.c 90 SyncScreenPrivPtr pScreenPriv = SYNC_SCREEN_PRIV(pScreen);
103 pScreenPriv->funcs.CreateFence(pScreen, pFence, initially_triggered);
115 SyncScreenPrivPtr pScreenPriv = SYNC_SCREEN_PRIV(pScreen);
129 pScreenPriv->funcs.DestroyFence(pScreen, pFence);
159 SyncScreenPrivPtr pScreenPriv = SYNC_SCREEN_PRIV(pScreen);
161 return &pScreenPriv->funcs;
167 SyncScreenPrivPtr pScreenPriv = SYNC_SCREEN_PRIV(pScreen);
169 pScreen->CloseScreen = pScreenPriv->CloseScreen;
177 SyncScreenPrivPtr pScreenPriv;
190 pScreenPriv = SYNC_SCREEN_PRIV(pScreen)
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86xvmc.c 64 xf86XvMCScreenPtr pScreenPriv = XF86XVMC_GET_PRIVATE(pContext->pScreen);
69 return (*pScreenPriv->adaptors[pContext->adapt_num]->CreateContext) (pScrn,
78 xf86XvMCScreenPtr pScreenPriv = XF86XVMC_GET_PRIVATE(pContext->pScreen);
81 (*pScreenPriv->adaptors[pContext->adapt_num]->DestroyContext) (pScrn,
89 xf86XvMCScreenPtr pScreenPriv = XF86XVMC_GET_PRIVATE(pContext->pScreen);
92 return (*pScreenPriv->adaptors[pContext->adapt_num]->CreateSurface) (pScrn,
102 xf86XvMCScreenPtr pScreenPriv = XF86XVMC_GET_PRIVATE(pContext->pScreen);
105 (*pScreenPriv->adaptors[pContext->adapt_num]->DestroySurface) (pScrn,
114 xf86XvMCScreenPtr pScreenPriv = XF86XVMC_GET_PRIVATE(pContext->pScreen);
117 return (*pScreenPriv->adaptors[pContext->adapt_num]-
    [all...]

Completed in 139 milliseconds

1 2 3 4 5