Lines Matching defs:pWin

174 #define RedirectSend(pWin) \  argument
177 #define SubSend(pWin) \ argument
180 #define StrSend(pWin) \ argument
183 #define SubStrSend(pWin,pParent) (StrSend(pWin) || SubSend(pParent)) argument
190 get_window_name(WindowPtr pWin) in get_window_name()
219 log_window_info(WindowPtr pWin, int depth) in log_window_info()
406 WindowPtr pWin; in PrintWindowTree() local
433 TraverseTree(WindowPtr pWin, VisitWindowProcPtr func, void *data) in TraverseTree()
479 SetWindowToDefaults(WindowPtr pWin) in SetWindowToDefaults()
516 MakeRootTile(WindowPtr pWin) in MakeRootTile()
567 WindowPtr pWin; in CreateRootWindow() local
666 InitRootWindow(WindowPtr pWin) in InitRootWindow()
710 ClippedRegionFromBox(WindowPtr pWin, RegionPtr Rgn, int x, int y, int w, int h) in ClippedRegionFromBox()
742 RealChildHead(WindowPtr pWin) in RealChildHead()
766 WindowPtr pWin; in CreateWindow() local
972 DisposeWindowOptional(WindowPtr pWin) in DisposeWindowOptional()
1007 FreeWindowResources(WindowPtr pWin) in FreeWindowResources()
1036 CrushTree(WindowPtr pWin) in CrushTree()
1086 WindowPtr pWin = (WindowPtr) value; in DeleteWindow() local
1117 DestroySubwindows(WindowPtr pWin, ClientPtr client) in DestroySubwindows()
1141 SetRootWindowBackground(WindowPtr pWin, ScreenPtr pScreen, Mask *index2) in SetRootWindowBackground()
1170 ChangeWindowAttributes(WindowPtr pWin, Mask vmask, XID *vlist, ClientPtr client) in ChangeWindowAttributes()
1607 GetWindowAttributes(WindowPtr pWin, ClientPtr client, in GetWindowAttributes()
1643 MoveWindowInStack(WindowPtr pWin, WindowPtr pNextSib) in MoveWindowInStack()
1724 SetWinSize(WindowPtr pWin) in SetWinSize()
1758 SetBorderSize(WindowPtr pWin) in SetBorderSize()
1856 ResizeChildrenWinSize(WindowPtr pWin, int dx, int dy, int dw, int dh) in ResizeChildrenWinSize()
1945 WindowPtr pWin; in IsSiblingAboveMe() local
1959 WindowExtents(WindowPtr pWin, BoxPtr pBox) in WindowExtents()
1970 #define IS_SHAPED(pWin) (wBoundingShape (pWin) != NULL) argument
1973 MakeBoundingRegion(WindowPtr pWin, BoxPtr pBox) in MakeBoundingRegion()
1986 ShapeOverlap(WindowPtr pWin, BoxPtr pWinBox, WindowPtr pSib, BoxPtr pSibBox) in ShapeOverlap()
2003 AnyWindowOverlapsMe(WindowPtr pWin, WindowPtr pHead, BoxPtr box) in AnyWindowOverlapsMe()
2021 IOverlapAnyWindow(WindowPtr pWin, BoxPtr box) in IOverlapAnyWindow()
2067 WhereDoIGoInTheStack(WindowPtr pWin, in WhereDoIGoInTheStack()
2160 ReflectStackChange(WindowPtr pWin, WindowPtr pSib, VTKind kind) in ReflectStackChange()
2198 ConfigureWindow(WindowPtr pWin, Mask mask, XID *vlist, ClientPtr client) in ConfigureWindow()
2448 WindowPtr pWin, pHead, pFirst; in CirculateWindow() local
2498 CompareWIDs(WindowPtr pWin, void *value) in CompareWIDs()
2513 ReparentWindow(WindowPtr pWin, WindowPtr pParent, in ReparentWindow()
2606 RealizeTree(WindowPtr pWin) in RealizeTree()
2632 MaybeDeliverMapRequest(WindowPtr pWin, WindowPtr pParent, ClientPtr client) in MaybeDeliverMapRequest()
2646 DeliverMapNotify(WindowPtr pWin) in DeliverMapNotify()
2665 MapWindow(WindowPtr pWin, ClientPtr client) in MapWindow()
2738 WindowPtr pWin; in MapSubwindows() local
2791 UnrealizeTree(WindowPtr pWin, Bool fromConfigure) in UnrealizeTree()
2837 DeliverUnmapNotify(WindowPtr pWin, Bool fromConfigure) in DeliverUnmapNotify()
2855 UnmapWindow(WindowPtr pWin, Bool fromConfigure) in UnmapWindow()
2897 UnmapSubwindows(WindowPtr pWin) in UnmapSubwindows()
2963 WindowPtr pParent, pWin; in HandleSaveSet() local
3003 PointInWindowIsVisible(WindowPtr pWin, int x, int y) in PointInWindowIsVisible()
3019 NotClippedByChildren(WindowPtr pWin) in NotClippedByChildren()
3032 SendVisibilityNotify(WindowPtr pWin) in SendVisibilityNotify()
3158 WindowPtr pWin = pScreen->screensaver.pWindow; in dixSaveScreens() local
3230 WindowPtr pWin; in TileScreenSaver() local
3409 MakeWindowOptional(WindowPtr pWin) in MakeWindowOptional()
3460 ChangeWindowDeviceCursor(WindowPtr pWin, DeviceIntPtr pDev, CursorPtr pCursor) in ChangeWindowDeviceCursor()
3558 WindowGetDeviceCursor(WindowPtr pWin, DeviceIntPtr pDev) in WindowGetDeviceCursor()
3585 WindowSeekDeviceCursor(WindowPtr pWin, in WindowSeekDeviceCursor()
3619 WindowParentHasDeviceCursor(WindowPtr pWin, in WindowParentHasDeviceCursor()
3652 WindowPtr pWin = pScreen->root; in SetRootClip() local
3741 WindowGetVisual(WindowPtr pWin) in WindowGetVisual()