Searched defs:fbGetWindowPixmap (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dfb.h642 #define fbGetWindowPixmap(pWin) ((PixmapPtr)\ macro
665 (pixmap) = fbGetWindowPixmap(pDrawable); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dfb.h472 #define fbGetWindowPixmap(pWin) ((PixmapPtr)\ macro
495 (pixmap) = fbGetWindowPixmap(pDrawable); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dfb.h642 #define fbGetWindowPixmap(d) fbGetScreenPixmap(((DrawablePtr) (d))->pScreen) macro
644 #define fbGetWindowPixmap(pWin) ((PixmapPtr)\ macro
669 _pPix = fbGetWindowPixmap(pDrawable); \
685 _pPix = fbGetWindowPixmap(pDrawable); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dfb.h681 #define fbGetWindowPixmap(d) fbGetScreenPixmap(((DrawablePtr) (d))->pScreen) macro
683 #define fbGetWindowPixmap(pWin) ((PixmapPtr)\ macro
708 _pPix = fbGetWindowPixmap(pDrawable); \
725 _pPix = fbGetWindowPixmap(pDrawable); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dfb.h677 #define fbGetWindowPixmap(d) fbGetScreenPixmap(((DrawablePtr) (d))->pScreen) macro
679 #define fbGetWindowPixmap(pWin) ((PixmapPtr)\ macro
704 _pPix = fbGetWindowPixmap(pDrawable); \
721 _pPix = fbGetWindowPixmap(pDrawable); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dfb.h670 #define fbGetWindowPixmap(pWin) ((PixmapPtr)\ macro
694 _pPix = fbGetWindowPixmap(pDrawable); \
711 _pPix = fbGetWindowPixmap(pDrawable); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dfb.h682 #define fbGetWindowPixmap(pWin) ((PixmapPtr)\ macro
705 (pixmap) = fbGetWindowPixmap(pDrawable); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dfb.h682 #define fbGetWindowPixmap(pWin) ((PixmapPtr)\ macro
705 (pixmap) = fbGetWindowPixmap(pDrawable); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dfb.h683 #define fbGetWindowPixmap(pWin) ((PixmapPtr)\ macro
706 (pixmap) = fbGetWindowPixmap(pDrawable); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dfb.h682 #define fbGetWindowPixmap(pWin) ((PixmapPtr)\ macro
705 (pixmap) = fbGetWindowPixmap(pDrawable); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dfb.h656 #define fbGetWindowPixmap(pWin) ((PixmapPtr)\ macro
679 (pixmap) = fbGetWindowPixmap(pDrawable); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dfb.h656 #define fbGetWindowPixmap(pWin) ((PixmapPtr)\ macro
679 (pixmap) = fbGetWindowPixmap(pDrawable); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dfb.h643 #define fbGetWindowPixmap(pWin) ((PixmapPtr)\ macro
666 (pixmap) = fbGetWindowPixmap(pDrawable); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dfb.h642 #define fbGetWindowPixmap(pWin) ((PixmapPtr)\ macro
665 (pixmap) = fbGetWindowPixmap(pDrawable); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dfb.h642 #define fbGetWindowPixmap(pWin) ((PixmapPtr)\ macro
665 (pixmap) = fbGetWindowPixmap(pDrawable); \
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/fb/
H A Dfb.h634 #define fbGetWindowPixmap(d) fbGetScreenPixmap(((DrawablePtr) (d))->pScreen) macro
636 #define fbGetWindowPixmap(pWin) ((PixmapPtr)\ macro
651 _pPix = fbGetWindowPixmap(pDrawable); \
664 _pPix = fbGetWindowPixmap(pDrawable); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dfb.h644 #define fbGetWindowPixmap(d) fbGetScreenPixmap(((DrawablePtr) (d))->pScreen) macro
646 #define fbGetWindowPixmap(pWin) ((PixmapPtr)\ macro
671 _pPix = fbGetWindowPixmap(pDrawable); \
687 _pPix = fbGetWindowPixmap(pDrawable); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dfb.h644 #define fbGetWindowPixmap(d) fbGetScreenPixmap(((DrawablePtr) (d))->pScreen) macro
646 #define fbGetWindowPixmap(pWin) ((PixmapPtr)\ macro
671 _pPix = fbGetWindowPixmap(pDrawable); \
687 _pPix = fbGetWindowPixmap(pDrawable); \

Completed in 129 milliseconds