Searched refs:NotUseful (Results 1 - 25 of 35) sorted by relevance

12

/xsrc/external/mit/libXmu/dist/src/
H A DStrToBS.c84 backingStoreType = NotUseful;
90 backingStoreType = Always + WhenMapped + NotUseful;
111 case NotUseful:
120 case (Always + WhenMapped + NotUseful):
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiscrinit.c231 pScreen->backingStoreSupport = NotUseful;
232 pScreen->saveUnderSupport = NotUseful;
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiscrinit.c242 pScreen->backingStoreSupport = NotUseful;
243 pScreen->saveUnderSupport = NotUseful;
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DScreen.c245 pScreen->backingStoreSupport = NotUseful;
246 pScreen->saveUnderSupport = NotUseful;
H A DWindow.c88 attributes.backing_store = NotUseful;
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DScreen.c246 pScreen->backingStoreSupport = NotUseful;
247 pScreen->saveUnderSupport = NotUseful;
H A DWindow.c90 attributes.backing_store = NotUseful;
/xsrc/external/mit/xorg-server.old/dist/composite/
H A Dcompinit.c119 pScreen->backingStoreSupport != NotUseful) {
120 if (pWin->backingStore != NotUseful) {
/xsrc/external/mit/xorg-server/dist/composite/
H A Dcompinit.c108 if (pWin->backingStore != NotUseful) {
129 pScreen->backingStoreSupport != NotUseful)
/xsrc/external/mit/xrefresh/dist/
H A Dxrefresh.c380 xswa.backing_store = NotUseful;
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DX.h439 #define NotUseful 0 macro
/xsrc/external/mit/libXaw/dist/src/
H A DTip.c158 (XtPointer)(Always + WhenMapped + NotUseful)
294 tip->tip.backing_store == NotUseful ||
H A DSimpleMenu.c228 (XtPointer)(Always + WhenMapped + NotUseful)
518 smw->simple_menu.backing_store == NotUseful ||
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxwindow.c93 attribs.backing_store = NotUseful;
239 attribs.backing_store = NotUseful;
H A Ddmxinit.c263 (DoesBackingStore (s) == NotUseful) ? "no" :
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dwindow.c261 int defaultBackingStore = NotUseful;
277 pWin->backingStore = NotUseful;
445 pScreen->backingStoreSupport = NotUseful;
449 pScreen->saveUnderSupport = NotUseful;
486 pWin->forcedBS = (defaultBackingStore != NotUseful);
759 if (!(vmask & CWBackingStore) && (defaultBackingStore != NotUseful))
1178 if ((val != NotUseful) && (val != WhenMapped) && (val != Always))
1476 wa->backingStore = NotUseful;
/xsrc/external/mit/oclock/dist/
H A DClock.c354 if (w->clock.backing_store != Always + WhenMapped + NotUseful) {
/xsrc/external/mit/xditview/dist/
H A DDvi.c250 if (dw->dvi.backing_store != Always + WhenMapped + NotUseful) {
/xsrc/external/mit/xorg-server/dist/dix/
H A Dwindow.c486 pWin->backingStore = NotUseful;
647 pScreen->backingStoreSupport = NotUseful;
652 pScreen->backingStoreSupport = NotUseful;
655 pScreen->saveUnderSupport = NotUseful;
691 pWin->backingStore = NotUseful;
1325 if ((val != NotUseful) && (val != WhenMapped) && (val != Always)) {
/xsrc/external/mit/twm/dist/src/
H A Dtwm.c607 attributes.backing_store = NotUseful;
/xsrc/external/mit/xdpyinfo/dist/
H A Dxdpyinfo.c508 (DoesBackingStore (s) == NotUseful) ? no :
/xsrc/external/mit/xev/dist/
H A Dxev.c1114 " -bs {NotUseful,WhenMapped,Always} backingstore attribute\n"
1145 if (strncasecmp(s, "NotUseful", len) == 0)
1146 return (NotUseful);
/xsrc/external/mit/xeyes/dist/
H A DEyes.c881 if (w->eyes.backing_store != Always + WhenMapped + NotUseful) {
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-damage.c129 ((WindowPtr)(pDrawable))->backingStore == NotUseful)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Helper.c1583 pScreen->backingStoreSupport = useBS ? WhenMapped : NotUseful;

Completed in 33 milliseconds

12