Lines Matching refs:pFrame
67 winMWExtWMSetNativeProperty(RootlessWindowPtr pFrame);
199 winMWExtWMCreateFrame(RootlessWindowPtr pFrame, ScreenPtr pScreen, in winMWExtWMCreateFrame() argument
214 newX, newY, pFrame->width, pFrame->height); in winMWExtWMCreateFrame()
218 pRLWinPriv->pFrame = pFrame; in winMWExtWMCreateFrame()
231 pFrame->wid = (RootlessFrameID) pRLWinPriv; in winMWExtWMCreateFrame()
238 if (winMultiWindowGetClassHint(pFrame->win, &res_name, &res_class)) { in winMWExtWMCreateFrame()
249 if (winMultiWindowGetWindowRole(pFrame->win, &res_role)) { in winMWExtWMCreateFrame()
290 pFrame->width, /* Right edge */ in winMWExtWMCreateFrame()
291 pFrame->height, /* Bottom edge */ in winMWExtWMCreateFrame()
310 winMWExtWMReshapeFrame(pFrame->wid, pShape); in winMWExtWMCreateFrame()
315 pFrame->wid, pRLWinPriv->hWnd); in winMWExtWMCreateFrame()
336 winMWExtWMSetNativeProperty(pFrame); in winMWExtWMCreateFrame()
431 iWidth = pRLWinPriv->pFrame->width; in winMWExtWMMoveFrame()
432 iHeight = pRLWinPriv->pFrame->height; in winMWExtWMMoveFrame()
519 winScreenPriv(pRLWinPriv->pFrame->win->drawable.pScreen); in winMWExtWMRestackFrame()
622 pScreen = pRLWinPriv->pFrame->win->drawable.pScreen; in winMWExtWMStartDrawing()
631 winDebug("\t(%d, %d)\n", (int) pRLWinPriv->pFrame->width, in winMWExtWMStartDrawing()
632 (int) pRLWinPriv->pFrame->height); in winMWExtWMStartDrawing()
643 pRLWinPriv->pbmihShadow->biWidth = pRLWinPriv->pFrame->width; in winMWExtWMStartDrawing()
644 pRLWinPriv->pbmihShadow->biHeight = -pRLWinPriv->pFrame->height; in winMWExtWMStartDrawing()
646 stridesize = pRLWinPriv->pFrame->width * (pScreenInfo->dwBPP >> 3); in winMWExtWMStartDrawing()
654 pRLWinPriv->pFrame->width); in winMWExtWMStartDrawing()
696 pRLWinPriv->pFrame->width, in winMWExtWMStartDrawing()
697 pRLWinPriv->pFrame->height, pRLWinPriv->hdcShadow, in winMWExtWMStartDrawing()
856 winMWExtWMRootlessSwitchWindow(RootlessWindowPtr pFrame, WindowPtr oldWin) in winMWExtWMRootlessSwitchWindow() argument
858 win32RootlessWindowPtr pRLWinPriv = (win32RootlessWindowPtr) pFrame->wid; in winMWExtWMRootlessSwitchWindow()
864 pRLWinPriv->pFrame = pFrame; in winMWExtWMRootlessSwitchWindow()
874 winMWExtWMSetNativeProperty(pFrame); in winMWExtWMRootlessSwitchWindow()
955 winMWExtWMSetNativeProperty(RootlessWindowPtr pFrame) in winMWExtWMSetNativeProperty() argument
957 win32RootlessWindowPtr pRLWinPriv = (win32RootlessWindowPtr) pFrame->wid; in winMWExtWMSetNativeProperty()
963 dixChangeWindowProperty(serverClient, pFrame->win, AtmWindowsWmNativeHwnd(), in winMWExtWMSetNativeProperty()