Searched refs:backgroundState (Results 1 - 25 of 44) sorted by relevance

12

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_window.c57 if (pWin->backgroundState == BackgroundPixmap)
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiexpose.c257 (((WindowPtr) pDstDrawable)->backgroundState != None)) {
425 while (pWin->backgroundState == ParentRelative)
438 switch (pWin->backgroundState) {
458 while (pWin->backgroundState == ParentRelative)
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa.c289 if (pWin->backgroundState == BackgroundPixmap) {
298 if (pWin->backgroundState == BackgroundPixmap)
309 if (pWin->backgroundState == BackgroundPixmap)
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa.c289 if (pWin->backgroundState == BackgroundPixmap) {
298 if (pWin->backgroundState == BackgroundPixmap)
309 if (pWin->backgroundState == BackgroundPixmap)
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa.c309 if (pWin->backgroundState == BackgroundPixmap) {
318 if (pWin->backgroundState == BackgroundPixmap)
329 if (pWin->backgroundState == BackgroundPixmap)
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa.c286 if (pWin->backgroundState == BackgroundPixmap) {
293 if (pWin->backgroundState == BackgroundPixmap)
304 if (pWin->backgroundState == BackgroundPixmap)
/xsrc/external/mit/xorg-server/dist/include/
H A Dwindowstr.h148 unsigned backgroundState:2; /* None, Relative, Pixel, Pixmap */ member in struct:_Window
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dwindowstr.h150 unsigned backgroundState:2; /* None, Relative, Pixel, Pixmap */ member in struct:_Window
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiexpose.c286 (((WindowPtr)pDstDrawable)->backgroundState != None))
559 if(pWin->backgroundState == ParentRelative) {
569 while (pWin->backgroundState == ParentRelative)
578 switch (pWin->backgroundState) {
/xsrc/external/mit/xorg-server.old/dist/dbe/
H A Ddbe.c1256 int backgroundState;
1266 while (pWin->backgroundState == ParentRelative)
1273 backgroundState = pWin->backgroundState;
1276 switch (backgroundState)
1293 /* pWin->backgroundState == None */
1239 int backgroundState; local in function:DbeSetupBackgroundPainter
/xsrc/external/mit/xorg-server/dist/dbe/
H A Ddbe.c1093 int backgroundState;
1102 while (pWin->backgroundState == ParentRelative) {
1108 backgroundState = pWin->backgroundState;
1111 switch (backgroundState) {
1127 /* pWin->backgroundState == None */
1078 int backgroundState; local in function:DbeSetupBackgroundPainter
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dwindow.c320 pWin->backgroundState = BackgroundPixmap;
428 pWin->backgroundState = BackgroundPixel;
473 pWin->backgroundState = XaceBackgroundNoneState(pWin);
477 pWin->backgroundState = BackgroundPixel;
691 pWin->backgroundState = XaceBackgroundNoneState(pWin);
840 if (pWin->backgroundState == BackgroundPixmap)
970 pWin->backgroundState = XaceBackgroundNoneState(pWin);
976 pWin->backgroundState = BackgroundPixel;
1027 if (pWin->backgroundState == ParentRelative)
1031 if (pWin->backgroundState
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dwindow.c523 pWin->backgroundState = BackgroundPixmap;
630 pWin->backgroundState = BackgroundPixel;
678 pWin->backgroundState = XaceBackgroundNoneState(pWin);
683 pWin->backgroundState = BackgroundPixel;
876 pWin->backgroundState = XaceBackgroundNoneState(pWin);
1013 if (pWin->backgroundState == BackgroundPixmap)
1133 pWin->backgroundState = XaceBackgroundNoneState(pWin);
1139 pWin->backgroundState = BackgroundPixel;
1189 if (pWin->backgroundState == ParentRelative)
1192 if (pWin->backgroundState
[all...]
/xsrc/external/mit/xf86-video-vmware/dist/saa/
H A Dsaa.c556 if (pWin->backgroundState == BackgroundPixmap) {
563 if (pWin->backgroundState == BackgroundPixmap)
574 if (pWin->backgroundState == BackgroundPixmap)
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbwindow.c158 if (pWin->backgroundState == BackgroundPixmap)
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbwindow.c144 if (pWin->backgroundState == BackgroundPixmap)
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DWindow.c271 switch (pWin->backgroundState) {
290 if (pWin->backgroundState == BackgroundPixel)
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DWindow.c265 switch (pWin->backgroundState) {
284 if (pWin->backgroundState == BackgroundPixel)
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A DrootlessValTree.c111 (w)->backgroundState == ParentRelative)
H A DrootlessWindow.c303 if (pWin->backgroundState == ParentRelative) {
459 if (pWin->backgroundState == ParentRelative) {
806 if (pWin->backgroundState == ParentRelative) {
1646 while (pWin->backgroundState == ParentRelative) {
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxres.c220 if (pWin->backgroundState == BackgroundPixmap)
/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessWindow.c300 if (pWin->backgroundState == ParentRelative) {
459 if (pWin->backgroundState == ParentRelative) {
1624 while (pWin->backgroundState == ParentRelative) {
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxextension.c927 if (pRoot->backgroundState == BackgroundPixmap) {
947 if (pWin->backgroundState == BackgroundPixmap) {
1535 if (pChild->backgroundState == BackgroundPixmap) {
1547 if (pChild->backgroundState == BackgroundPixmap) {
/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunGX.c2517 pWin->backgroundState != ParentRelative &&
2537 if (pWin->backgroundState == None ||
2538 pWin->backgroundState == ParentRelative)
2547 if (pWin->backgroundState == ParentRelative &&
2551 pBgWin->backgroundState == ParentRelative;
2615 pBgWin->backgroundState == ParentRelative;
2656 switch (pWin->backgroundState) {
2662 } while (pWin->backgroundState == ParentRelative);
2718 pBgWin->backgroundState == ParentRelative;
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunGX.c2517 pWin->backgroundState != ParentRelative &&
2537 if (pWin->backgroundState == None ||
2538 pWin->backgroundState == ParentRelative)
2547 if (pWin->backgroundState == ParentRelative &&
2551 pBgWin->backgroundState == ParentRelative;
2615 pBgWin->backgroundState == ParentRelative;
2656 switch (pWin->backgroundState) {
2662 } while (pWin->backgroundState == ParentRelative);
2718 pBgWin->backgroundState == ParentRelative;

Completed in 35 milliseconds

12