Home
last modified time | relevance | path

Searched refs:backgroundState (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmiexpose.c264 (((WindowPtr) pDstDrawable)->backgroundState != None)) { in miHandleExposures()
432 while (pWin->backgroundState == ParentRelative) in miPaintWindow()
445 switch (pWin->backgroundState) { in miPaintWindow()
465 while (pWin->backgroundState == ParentRelative) in miPaintWindow()
H A Dmivaltree.c178 (w)->backgroundState == ParentRelative)
H A Dmiwindow.c115 else if (pWin->backgroundState != None) in miClearToBackground()
H A Dmioverlay.c105 (w)->backgroundState == ParentRelative)
1609 else if (pWin->backgroundState != None) in miOverlayClearToBackground()
/OK3568_Linux_fs/external/xserver/dbe/
H A Ddbe.c1078 int backgroundState; in DbeSetupBackgroundPainter() local
1087 while (pWin->backgroundState == ParentRelative) { in DbeSetupBackgroundPainter()
1093 backgroundState = pWin->backgroundState; in DbeSetupBackgroundPainter()
1096 switch (backgroundState) { in DbeSetupBackgroundPainter()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_window.c57 if (pWin->backgroundState == BackgroundPixmap) in glamor_change_window_attributes()
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c528 pWin->backgroundState = BackgroundPixmap; in MakeRootTile()
635 pWin->backgroundState = BackgroundPixel; in CreateRootWindow()
683 pWin->backgroundState = XaceBackgroundNoneState(pWin); in InitRootWindow()
688 pWin->backgroundState = BackgroundPixel; in InitRootWindow()
882 pWin->backgroundState = XaceBackgroundNoneState(pWin); in CreateWindow()
1026 if (pWin->backgroundState == BackgroundPixmap) in FreeWindowResources()
1146 pWin->backgroundState = XaceBackgroundNoneState(pWin); in SetRootWindowBackground()
1152 pWin->backgroundState = BackgroundPixel; in SetRootWindowBackground()
1202 if (pWin->backgroundState == ParentRelative) in ChangeWindowAttributes()
1205 if (pWin->backgroundState == BackgroundPixmap) in ChangeWindowAttributes()
[all …]
H A Dresource.c311 if (window->backgroundState == BackgroundPixmap) in GetWindowBytes()
345 if (window->backgroundState == BackgroundPixmap) in FindWindowSubRes()
H A Ddispatch.c823 if ((pWin->backgroundState == ParentRelative) && in ProcReparentWindow()
/OK3568_Linux_fs/external/xserver/include/
H A Dwindowstr.h148 unsigned backgroundState:2; /* None, Relative, Pixel, Pixmap */ member
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbwindow.c144 if (pWin->backgroundState == BackgroundPixmap) in fbChangeWindowAttributes()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DWindow.c265 switch (pWin->backgroundState) { in xnestChangeWindowAttributes()
284 if (pWin->backgroundState == BackgroundPixel) in xnestChangeWindowAttributes()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessWindow.c303 if (pWin->backgroundState == ParentRelative) { in RootlessChangeWindowAttributes()
459 if (pWin->backgroundState == ParentRelative) { in RootlessRealizeWindow()
806 if (pWin->backgroundState == ParentRelative) { in RootlessPaintWindow()
1646 while (pWin->backgroundState == ParentRelative) { in RootlessSetPixmapOfAncestors()
H A DrootlessValTree.c111 (w)->backgroundState == ParentRelative)
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxextension.c981 if (pRoot->backgroundState == BackgroundPixmap) { in dmxBECreateWindowTree()
1001 if (pWin->backgroundState == BackgroundPixmap) { in dmxBECreateWindowTree()
1619 if (pChild->backgroundState == BackgroundPixmap) { in dmxBEDestroyWindowTree()
1631 if (pChild->backgroundState == BackgroundPixmap) { in dmxBEDestroyWindowTree()
H A Ddmxwindow.c490 switch (pWindow->backgroundState) { in dmxDoChangeWindowAttributes()
511 if (pWindow->backgroundState == BackgroundPixel) in dmxDoChangeWindowAttributes()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa.c622 if ((mask & CWBackPixmap) && pWin->backgroundState == BackgroundPixmap) in exaChangeWindowAttributes()
634 if ((mask & CWBackPixmap) && pWin->backgroundState == BackgroundPixmap) in exaChangeWindowAttributes()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dsaver.c506 pWin->backgroundState = BackgroundPixmap; in CreateSaverWindow()
/OK3568_Linux_fs/external/xserver/debian/
H A Dchangelog1278 + DIX: Set backgroundState correctly for root window (Closes: #632134)
/OK3568_Linux_fs/external/xserver/
H A DChangeLog91873 DIX: Set backgroundState correctly for root window