Home
last modified time | relevance | path

Searched refs:pRLWinPriv (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwin32rootless.c82 winMWExtWMQueryDIBFormat(win32RootlessWindowPtr pRLWinPriv, in winMWExtWMQueryDIBFormat() argument
92 hbmp = CreateCompatibleBitmap(pRLWinPriv->hdcScreen, 1, 1); in winMWExtWMQueryDIBFormat()
103 if (!GetDIBits(pRLWinPriv->hdcScreen, in winMWExtWMQueryDIBFormat()
120 if (!GetDIBits(pRLWinPriv->hdcScreen, in winMWExtWMQueryDIBFormat()
179 InitWin32RootlessEngine(win32RootlessWindowPtr pRLWinPriv) in InitWin32RootlessEngine() argument
181 pRLWinPriv->hdcScreen = GetDC(pRLWinPriv->hWnd); in InitWin32RootlessEngine()
182 pRLWinPriv->hdcShadow = CreateCompatibleDC(pRLWinPriv->hdcScreen); in InitWin32RootlessEngine()
183 pRLWinPriv->hbmpShadow = NULL; in InitWin32RootlessEngine()
186 pRLWinPriv->pbmihShadow = in InitWin32RootlessEngine()
189 if (pRLWinPriv->pbmihShadow == NULL) { in InitWin32RootlessEngine()
[all …]
H A Dwinwin32rootlesswindow.c158 win32RootlessWindowPtr pRLWinPriv = NULL; in winMWExtWMDecorateWindow() local
164 if ((pRLWinPriv = in winMWExtWMDecorateWindow()
166 if (pRLWinPriv != NULL && pRLWinPriv->pFrame != NULL && in winMWExtWMDecorateWindow()
167 pRLWinPriv->pFrame->win != NULL) in winMWExtWMDecorateWindow()
168 pScreen = pRLWinPriv->pFrame->win->drawable.pScreen; in winMWExtWMDecorateWindow()
173 if (pRLWinPriv && pScreenInfo) in winMWExtWMDecorateWindow()
174 winMWExtWMUpdateWindowDecoration(pRLWinPriv, pScreenInfo); in winMWExtWMDecorateWindow()
184 winMWExtWMUpdateWindowDecoration(win32RootlessWindowPtr pRLWinPriv, in winMWExtWMUpdateWindowDecoration() argument
195 GetWindowPlacement(pRLWinPriv->hWnd, &wndPlace); in winMWExtWMUpdateWindowDecoration()
206 if (IsWindowVisible(pRLWinPriv->hWnd)) in winMWExtWMUpdateWindowDecoration()
[all …]
H A Dwinwin32rootlesswndproc.c331 win32RootlessWindowPtr pRLWinPriv = NULL; in winMWExtWMWindowProc() local
344 if ((pRLWinPriv = in winMWExtWMWindowProc()
346 pWin = pRLWinPriv->pFrame->win; in winMWExtWMWindowProc()
364 pRLWinPriv, message, (int)wParam, (int)lParam); in winMWExtWMWindowProc()
381 winDebug("winMWExtWMWindowProc - WM_CLOSE %d\n", pRLWinPriv->fClose); in winMWExtWMWindowProc()
384 if (pRLWinPriv->fClose) { in winMWExtWMWindowProc()
401 DeleteDC(pRLWinPriv->hdcShadow); in winMWExtWMWindowProc()
402 pRLWinPriv->hdcShadow = NULL; in winMWExtWMWindowProc()
405 DeleteObject(pRLWinPriv->hbmpShadow); in winMWExtWMWindowProc()
406 pRLWinPriv->hbmpShadow = NULL; in winMWExtWMWindowProc()
[all …]
H A Dwinwindowswm.c362 win32RootlessWindowPtr pRLWinPriv; in ProcWindowsWMFrameDraw() local
379 pRLWinPriv = (win32RootlessWindowPtr) RootlessFrameForWindow(pWin, TRUE); in ProcWindowsWMFrameDraw()
380 if (pRLWinPriv == 0) in ProcWindowsWMFrameDraw()
385 pRLWinPriv->hWnd, (int) stuff->frame_style, in ProcWindowsWMFrameDraw()
403 if (!SetWindowLongPtr(pRLWinPriv->hWnd, GWL_EXSTYLE, stuff->frame_style_ex)) { in ProcWindowsWMFrameDraw()
408 if (!SetWindowLongPtr(pRLWinPriv->hWnd, GWL_STYLE, stuff->frame_style)) { in ProcWindowsWMFrameDraw()
413 if (!SetWindowPos(pRLWinPriv->hWnd, NULL, in ProcWindowsWMFrameDraw()
419 if (!IsWindowVisible(pRLWinPriv->hWnd)) in ProcWindowsWMFrameDraw()
424 ShowWindow(pRLWinPriv->hWnd, nCmdShow); in ProcWindowsWMFrameDraw()
433 winMWExtWMReshapeFrame(pRLWinPriv, &newShape); in ProcWindowsWMFrameDraw()
[all …]
H A Dwin.h1093 winMWExtWMUpdateWindowDecoration(win32RootlessWindowPtr pRLWinPriv,
/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dwinpriv.c69 win32RootlessWindowPtr pRLWinPriv in winGetWindowInfo() local
72 if (pRLWinPriv == NULL) { in winGetWindowInfo()
77 if (pRLWinPriv->hWnd != NULL) { in winGetWindowInfo()
79 hwnd = pRLWinPriv->hWnd; in winGetWindowInfo()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog27478 Also remove then unused pRLWinPriv local from pRLWinPriv()