Searched refs:devKind (Results 101 - 107 of 107) sorted by relevance

12345

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dfb.h692 (stride) = ((int) (pixmap)->devKind) / sizeof (FbBits); (void)(stride); \
698 (stride) = ((int) (pixmap)->devKind) / sizeof (FbStip); (void)(stride); \
804 int devKind,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dfb.h679 (stride) = ((int) (pixmap)->devKind) / sizeof (FbBits); (void)(stride); \
685 (stride) = ((int) (pixmap)->devKind) / sizeof (FbStip); (void)(stride); \
780 int bitsPerPixel, int devKind, pointer pPixData);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dfb.h678 (stride) = ((int) (pixmap)->devKind) / sizeof (FbBits); (void)(stride); \
684 (stride) = ((int) (pixmap)->devKind) / sizeof (FbStip); (void)(stride); \
779 int bitsPerPixel, int devKind, pointer pPixData);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dfb.h678 (stride) = ((int) (pixmap)->devKind) / sizeof (FbBits); (void)(stride); \
684 (stride) = ((int) (pixmap)->devKind) / sizeof (FbStip); (void)(stride); \
779 int bitsPerPixel, int devKind, pointer pPixData);
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/fb/
H A Dfb.h655 (stride) = ((int) _pPix->devKind) / sizeof (FbBits); \
668 (stride) = ((int) _pPix->devKind) / sizeof (FbStip); \
771 int devKind,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dfb.h680 (stride) = ((int) _pPix->devKind) / sizeof (FbBits); (void)(stride); \
696 (stride) = ((int) _pPix->devKind) / sizeof (FbStip); (void)(stride); \
797 int devKind,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dfb.h680 (stride) = ((int) _pPix->devKind) / sizeof (FbBits); (void)(stride); \
696 (stride) = ((int) _pPix->devKind) / sizeof (FbStip); (void)(stride); \
797 int devKind,

Completed in 68 milliseconds

12345