Home
last modified time | relevance | path

Searched refs:BackgroundPixmap (Results 1 – 12 of 12) sorted by relevance

/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/include/
H A Dwindowstr.h99 #define BackgroundPixmap 3L macro
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbwindow.c144 if (pWin->backgroundState == BackgroundPixmap) in fbChangeWindowAttributes()
/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.c499 case BackgroundPixmap: in dmxDoChangeWindowAttributes()
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c528 pWin->backgroundState = BackgroundPixmap; in MakeRootTile()
1026 if (pWin->backgroundState == BackgroundPixmap) in FreeWindowResources()
1205 if (pWin->backgroundState == BackgroundPixmap) in ChangeWindowAttributes()
1220 if (pWin->backgroundState == BackgroundPixmap) in ChangeWindowAttributes()
1239 if (pWin->backgroundState == BackgroundPixmap) in ChangeWindowAttributes()
1241 pWin->backgroundState = BackgroundPixmap; in ChangeWindowAttributes()
1255 if (pWin->backgroundState == BackgroundPixmap) in ChangeWindowAttributes()
3246 case BackgroundPixmap: in TileScreenSaver()
H A Dresource.c311 if (window->backgroundState == BackgroundPixmap) in GetWindowBytes()
345 if (window->backgroundState == BackgroundPixmap) in FindWindowSubRes()
/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/mi/
H A Dmiexpose.c448 case BackgroundPixmap: in miPaintWindow()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DWindow.c274 case BackgroundPixmap: in xnestChangeWindowAttributes()
/OK3568_Linux_fs/external/xserver/dbe/
H A Ddbe.c1103 case BackgroundPixmap: in DbeSetupBackgroundPainter()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dsaver.c506 pWin->backgroundState = BackgroundPixmap; in CreateSaverWindow()