Searched defs:cfbGetWindowPixmap (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dcfb.h1255 #define cfbGetWindowPixmap(d) \ macro
1260 (int) (cfbGetWindowPixmap(pDrawable)->devKind) : \
1272 _pPix = cfbGetWindowPixmap(pDrawable); \
1289 PixmapPtr _pPix = cfbGetWindowPixmap((DrawablePtr) (pWin)); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dcfb.h1255 #define cfbGetWindowPixmap(d) \ macro
1260 (int) (cfbGetWindowPixmap(pDrawable)->devKind) : \
1272 _pPix = cfbGetWindowPixmap(pDrawable); \
1289 PixmapPtr _pPix = cfbGetWindowPixmap((DrawablePtr) (pWin)); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dcfb.h1204 #define cfbGetWindowPixmap(d) \ macro
1209 (int) (cfbGetWindowPixmap(pDrawable)->devKind) : \
1221 _pPix = cfbGetWindowPixmap(pDrawable); \
1238 PixmapPtr _pPix = cfbGetWindowPixmap((DrawablePtr) (pWin)); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dcfb.h1257 #define cfbGetWindowPixmap(d) \ macro
1262 (int) (cfbGetWindowPixmap(pDrawable)->devKind) : \
1274 _pPix = cfbGetWindowPixmap(pDrawable); \
1291 PixmapPtr _pPix = cfbGetWindowPixmap((DrawablePtr) (pWin)); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dcfb.h1257 #define cfbGetWindowPixmap(d) \ macro
1262 (int) (cfbGetWindowPixmap(pDrawable)->devKind) : \
1274 _pPix = cfbGetWindowPixmap(pDrawable); \
1291 PixmapPtr _pPix = cfbGetWindowPixmap((DrawablePtr) (pWin)); \

Completed in 49 milliseconds