Searched refs:pLayerWin (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xorg-server/dist/composite/
H A Dcompalloc.c108 WindowPtr pLayerWin = pWin; local in function:compMarkWindows
113 (*pScreen->MarkOverlappedWindows) (pWin, pWin, &pLayerWin);
114 (*pScreen->MarkWindow) (pLayerWin->parent);
116 *ppLayerWin = pLayerWin;
122 compHandleMarkedWindows(WindowPtr pWin, WindowPtr pLayerWin) argument
126 (*pScreen->ValidateTree) (pLayerWin->parent, pLayerWin, VTOther);
127 (*pScreen->HandleExposures) (pLayerWin->parent);
129 (*pScreen->PostValidateTree) (pLayerWin->parent, pLayerWin, VTOthe
141 WindowPtr pLayerWin; local in function:compRedirectWindow
269 WindowPtr pLayerWin; local in function:compFreeClientWindow
[all...]
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiwindow.c265 WindowPtr pLayerWin; local in function:miMoveWindow
279 anyMarked = (*pScreen->MarkOverlappedWindows)(pWin, pWin, &pLayerWin);
297 if (pLayerWin == pWin)
302 (pWin, pLayerWin, NULL);
307 (*pScreen->ValidateTree)(pLayerWin->parent, NullWindow, kind);
311 (*pScreen->HandleExposures)(pLayerWin->parent);
314 (*pScreen->PostValidateTree)(pLayerWin->parent, NullWindow, kind);
391 WindowPtr pLayerWin; local in function:miSlideAndSizeWindow
431 &pLayerWin);
490 if (pLayerWin
692 WindowPtr pLayerWin; local in function:miSetShape
753 WindowPtr pLayerWin; local in function:miChangeBorderWidth
[all...]
H A Dmioverlay.c330 WindowPtr *pLayerWin
339 if(pLayerWin) *pLayerWin = pWin; /* hah! */
327 miOverlayMarkOverlappedWindows(WindowPtr pWin,WindowPtr pFirst,WindowPtr * pLayerWin) argument
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiwindow.c254 WindowPtr pLayerWin; local in function:miMoveWindow
267 anyMarked = (*pScreen->MarkOverlappedWindows) (pWin, pWin, &pLayerWin);
284 if (pLayerWin == pWin)
289 (pWin, pLayerWin, NULL);
292 (*pScreen->ValidateTree) (pLayerWin->parent, NullWindow, kind);
296 (*pScreen->HandleExposures) (pLayerWin->parent);
298 (*pScreen->PostValidateTree) (pLayerWin->parent, NULL, kind);
367 WindowPtr pLayerWin; local in function:miResizeWindow
401 anyMarked |= (*pScreen->MarkOverlappedWindows) (pWin, pWin, &pLayerWin);
454 if (pLayerWin
642 WindowPtr pLayerWin; local in function:miSetShape
694 WindowPtr pLayerWin; local in function:miChangeBorderWidth
[all...]
H A Dmioverlay.c328 WindowPtr pFirst, WindowPtr *pLayerWin)
337 if (pLayerWin)
338 *pLayerWin = pWin; /* hah! */
327 miOverlayMarkOverlappedWindows(WindowPtr pWin,WindowPtr pFirst,WindowPtr * pLayerWin) argument
/xsrc/external/mit/xorg-server/dist/dix/
H A Dwindow.c2156 WindowPtr pLayerWin; local in function:ReflectStackChange
2167 &pLayerWin);
2168 if (pLayerWin != pWin)
2169 pFirstChange = pLayerWin;
2171 (*pScreen->ValidateTree) (pLayerWin->parent, pFirstChange, kind);
2172 (*pScreen->HandleExposures) (pLayerWin->parent);
2174 (*pScreen->PostValidateTree) (pLayerWin->parent, pFirstChange,
2659 WindowPtr pLayerWin; local in function:MapWindow
2686 &pLayerWin);
2688 (*pScreen->ValidateTree) (pLayerWin
2733 WindowPtr pLayerWin; local in function:MapSubwindows
2850 WindowPtr pLayerWin = pWin; local in function:UnmapWindow
2891 WindowPtr pLayerWin = NULL; local in function:UnmapSubwindows
3638 WindowPtr pLayerWin; local in function:SetRootClip
[all...]
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dwindow.c2081 WindowPtr pLayerWin; local in function:ReflectStackChange
2093 &pLayerWin);
2094 if (pLayerWin != pWin) pFirstChange = pLayerWin;
2097 (*pScreen->ValidateTree)(pLayerWin->parent, pFirstChange, kind);
2098 (*pScreen->HandleExposures)(pLayerWin->parent);
2101 (*pScreen->PostValidateTree)(pLayerWin->parent, pFirstChange, kind);
2618 WindowPtr pLayerWin; local in function:MapWindow
2664 &pLayerWin);
2667 (*pScreen->ValidateTree)(pLayerWin
2714 WindowPtr pLayerWin; local in function:MapSubwindows
2847 WindowPtr pLayerWin = pWin; local in function:UnmapWindow
2898 WindowPtr pLayerWin = NULL; local in function:UnmapSubwindows
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinrandr.c80 WindowPtr pLayerWin; local in function:xf86SetRootClip
89 &pLayerWin);
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A Ddarwin.c796 WindowPtr pLayerWin; local in function:xf86SetRootClip
805 &pLayerWin);
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkdrive.c101 WindowPtr pLayerWin; local in function:KdSetRootClip
113 &pLayerWin);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86xv.c100 static void xf86XVPostValidateTree(WindowPtr pWin, WindowPtr pLayerWin, VTKind kind);
1153 xf86XVPostValidateTree(WindowPtr pWin, WindowPtr pLayerWin, VTKind kind) argument
1162 pScreen = pLayerWin->drawable.pScreen;
1171 (*pScreen->PostValidateTree)(pWin, pLayerWin, kind);
H A Dxf86Helper.c999 WindowPtr pLayerWin; local in function:xf86SetRootClip
1008 &pLayerWin);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86xv.c88 static void xf86XVPostValidateTree(WindowPtr pWin, WindowPtr pLayerWin,
1027 xf86XVPostValidateTree(WindowPtr pWin, WindowPtr pLayerWin, VTKind kind) argument
1036 pScreen = pLayerWin->drawable.pScreen;
1045 (*pScreen->PostValidateTree) (pWin, pLayerWin, kind);

Completed in 23 milliseconds