Lines Matching refs:WindowPtr

153 static Bool WindowParentHasDeviceCursor(WindowPtr pWin,
157 WindowSeekDeviceCursor(WindowPtr pWin,
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()
433 TraverseTree(WindowPtr pWin, VisitWindowProcPtr func, void *data) in TraverseTree()
436 WindowPtr pChild; in TraverseTree()
479 SetWindowToDefaults(WindowPtr pWin) in SetWindowToDefaults()
516 MakeRootTile(WindowPtr pWin) in MakeRootTile()
567 WindowPtr pWin; in CreateRootWindow()
666 InitRootWindow(WindowPtr pWin) in InitRootWindow()
710 ClippedRegionFromBox(WindowPtr pWin, RegionPtr Rgn, int x, int y, int w, int h) in ClippedRegionFromBox()
741 WindowPtr
742 RealChildHead(WindowPtr pWin) in RealChildHead()
761 WindowPtr
762 CreateWindow(Window wid, WindowPtr pParent, int x, int y, unsigned w, in CreateWindow()
766 WindowPtr pWin; in CreateWindow()
767 WindowPtr pHead; in CreateWindow()
972 DisposeWindowOptional(WindowPtr pWin) in DisposeWindowOptional()
1007 FreeWindowResources(WindowPtr pWin) in FreeWindowResources()
1036 CrushTree(WindowPtr pWin) in CrushTree()
1038 WindowPtr pChild, pSib, pParent; in CrushTree()
1085 WindowPtr pParent; in DeleteWindow()
1086 WindowPtr pWin = (WindowPtr) value; in DeleteWindow()
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()
1177 WindowPtr pChild; in ChangeWindowAttributes()
1607 GetWindowAttributes(WindowPtr pWin, ClientPtr client, in GetWindowAttributes()
1642 WindowPtr
1643 MoveWindowInStack(WindowPtr pWin, WindowPtr pNextSib) in MoveWindowInStack()
1645 WindowPtr pParent = pWin->parent; in MoveWindowInStack()
1646 WindowPtr pFirstChange = pWin; /* highest window where list changes */ in MoveWindowInStack()
1649 WindowPtr pOldNextSib = pWin->nextSib; in MoveWindowInStack()
1681 WindowPtr pOldNext = pWin->nextSib; 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()
1859 WindowPtr pSib, pChild; in ResizeChildrenWinSize()
1943 IsSiblingAboveMe(WindowPtr pMe, WindowPtr pSib) in IsSiblingAboveMe()
1945 WindowPtr pWin; in IsSiblingAboveMe()
1959 WindowExtents(WindowPtr pWin, BoxPtr pBox) in WindowExtents()
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()
2005 WindowPtr pSib; in AnyWindowOverlapsMe()
2021 IOverlapAnyWindow(WindowPtr pWin, BoxPtr box) in IOverlapAnyWindow()
2023 WindowPtr pSib; in IOverlapAnyWindow()
2066 static WindowPtr
2067 WhereDoIGoInTheStack(WindowPtr pWin, in WhereDoIGoInTheStack()
2068 WindowPtr pSib, in WhereDoIGoInTheStack()
2073 WindowPtr pHead, pFirst; in WhereDoIGoInTheStack()
2160 ReflectStackChange(WindowPtr pWin, WindowPtr pSib, VTKind kind) in ReflectStackChange()
2166 WindowPtr pFirstChange; in ReflectStackChange()
2167 WindowPtr pLayerWin; in ReflectStackChange()
2198 ConfigureWindow(WindowPtr pWin, Mask mask, XID *vlist, ClientPtr client) in ConfigureWindow()
2204 WindowPtr pSib = NullWindow; in ConfigureWindow()
2205 WindowPtr pParent = pWin->parent; in ConfigureWindow()
2446 CirculateWindow(WindowPtr pParent, int direction, ClientPtr client) in CirculateWindow()
2448 WindowPtr pWin, pHead, pFirst; in CirculateWindow()
2498 CompareWIDs(WindowPtr pWin, void *value) in CompareWIDs()
2513 ReparentWindow(WindowPtr pWin, WindowPtr pParent, in ReparentWindow()
2516 WindowPtr pPrev, pPriorParent; in ReparentWindow()
2606 RealizeTree(WindowPtr pWin) in RealizeTree()
2608 WindowPtr pChild; 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()
2669 WindowPtr pParent; in MapWindow()
2670 WindowPtr pLayerWin; in MapWindow()
2736 MapSubwindows(WindowPtr pParent, ClientPtr client) in MapSubwindows()
2738 WindowPtr pWin; in MapSubwindows()
2739 WindowPtr pFirstMapped = NullWindow; in MapSubwindows()
2744 WindowPtr pLayerWin; in MapSubwindows()
2791 UnrealizeTree(WindowPtr pWin, Bool fromConfigure) in UnrealizeTree()
2793 WindowPtr pChild; in UnrealizeTree()
2837 DeliverUnmapNotify(WindowPtr pWin, Bool fromConfigure) in DeliverUnmapNotify()
2855 UnmapWindow(WindowPtr pWin, Bool fromConfigure) in UnmapWindow()
2857 WindowPtr pParent; in UnmapWindow()
2861 WindowPtr pLayerWin = pWin; in UnmapWindow()
2897 UnmapSubwindows(WindowPtr pWin) in UnmapSubwindows()
2899 WindowPtr pChild, pHead; in UnmapSubwindows()
2904 WindowPtr pLayerWin = NULL; in UnmapSubwindows()
2933 WindowPtr ptmp; in UnmapSubwindows()
2963 WindowPtr pParent, pWin; in HandleSaveSet()
3003 PointInWindowIsVisible(WindowPtr pWin, int x, int y) in PointInWindowIsVisible()
3019 NotClippedByChildren(WindowPtr pWin) in NotClippedByChildren()
3032 SendVisibilityNotify(WindowPtr pWin) in SendVisibilityNotify()
3041 WindowPtr pWin2; in SendVisibilityNotify()
3158 WindowPtr pWin = pScreen->screensaver.pWindow; in dixSaveScreens()
3230 WindowPtr pWin; in TileScreenSaver()
3332 WindowPtr
3333 FindWindowWithOptional(WindowPtr w) in FindWindowWithOptional()
3350 CheckWindowOptionalNeed(WindowPtr w) in CheckWindowOptionalNeed()
3409 MakeWindowOptional(WindowPtr pWin) in MakeWindowOptional()
3460 ChangeWindowDeviceCursor(WindowPtr pWin, DeviceIntPtr pDev, CursorPtr pCursor) in ChangeWindowDeviceCursor()
3465 WindowPtr pChild; in ChangeWindowDeviceCursor()
3558 WindowGetDeviceCursor(WindowPtr pWin, DeviceIntPtr pDev) in WindowGetDeviceCursor()
3585 WindowSeekDeviceCursor(WindowPtr pWin, in WindowSeekDeviceCursor()
3619 WindowParentHasDeviceCursor(WindowPtr pWin, in WindowParentHasDeviceCursor()
3622 WindowPtr pParent; in WindowParentHasDeviceCursor()
3652 WindowPtr pWin = pScreen->root; in SetRootClip()
3653 WindowPtr pChild; in SetRootClip()
3656 WindowPtr pLayerWin; in SetRootClip()
3741 WindowGetVisual(WindowPtr pWin) in WindowGetVisual()