Searched refs:FbStip (Results 1 - 25 of 53) sorted by relevance

123

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dfb.h98 #define FB_STIP_ALLONES ((FbStip) -1)
112 typedef FbBits FbStip; typedef
120 extern _X_EXPORT void fbSetBits(FbStip * bits, int stride, FbStip data);
122 #define FB_HEAD_BITS (FbStip) (0xbaadf00d)
123 #define FB_TAIL_BITS (FbStip) (0xbaddf0ad)
135 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1))
513 (pointer) = (FbStip *) (pixmap)->devPrivate.ptr; \
514 (stride) = ((int) (pixmap)->devKind) / sizeof (FbStip); (void)(stride); \
660 int dstBpp, FbStip * stippl
[all...]
H A Dfbrop.h90 #define fbXorStip(rop,fg,pm) fbXorT(rop,fg,pm,FbStip)
92 #define fbAndStip(rop,fg,pm) fbAndT(rop,fg,pm,FbStip)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dfb.h102 #define FB_STIP_ALLONES ((FbStip) -1)
134 typedef FbBits FbStip; typedef
137 typedef CARD32 FbStip; typedef
146 extern _X_EXPORT void fbSetBits(FbStip * bits, int stride, FbStip data);
148 #define FB_HEAD_BITS (FbStip) (0xbaadf00d)
149 #define FB_TAIL_BITS (FbStip) (0xbaddf0ad)
161 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1))
683 (pointer) = (FbStip *) (pixmap)->devPrivate.ptr; \
684 (stride) = ((int) (pixmap)->devKind) / sizeof (FbStip); (voi
[all...]
H A Dfbrop.h90 #define fbXorStip(rop,fg,pm) fbXorT(rop,fg,pm,FbStip)
92 #define fbAndStip(rop,fg,pm) fbAndT(rop,fg,pm,FbStip)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dfb.h90 #define FB_STIP_ALLONES ((FbStip) -1)
127 typedef FbBits FbStip; typedef
130 typedef CARD32 FbStip; typedef
140 extern void fbSetBits (FbStip *bits, int stride, FbStip data);
141 #define FB_HEAD_BITS (FbStip) (0xbaadf00d)
142 #define FB_TAIL_BITS (FbStip) (0xbaddf0ad)
154 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1))
693 (pointer) = (FbStip *) _pPix->devPrivate.ptr; \
694 (stride) = ((int) _pPix->devKind) / sizeof (FbStip); (voi
[all...]
H A Dfbrop.h92 #define fbXorStip(rop,fg,pm) fbXorT(rop,fg,pm,FbStip)
94 #define fbAndStip(rop,fg,pm) fbAndT(rop,fg,pm,FbStip)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dfb.h125 #define FB_STIP_ALLONES ((FbStip) -1)
162 typedef FbBits FbStip; typedef
165 typedef CARD32 FbStip; typedef
175 extern void fbSetBits (FbStip *bits, int stride, FbStip data);
176 #define FB_HEAD_BITS (FbStip) (0xbaadf00d)
177 #define FB_TAIL_BITS (FbStip) (0xbaddf0ad)
189 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1))
734 (pointer) = (FbStip *) _pPix->devPrivate.ptr; \
735 (stride) = ((int) _pPix->devKind) / sizeof (FbStip); (voi
[all...]
H A Dfbrop.h90 #define fbXorStip(rop,fg,pm) fbXorT(rop,fg,pm,FbStip)
92 #define fbAndStip(rop,fg,pm) fbAndT(rop,fg,pm,FbStip)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dfb.h126 #define FB_STIP_ALLONES ((FbStip) -1)
163 typedef FbBits FbStip; typedef
166 typedef CARD32 FbStip; typedef
176 extern void fbSetBits (FbStip *bits, int stride, FbStip data);
177 #define FB_HEAD_BITS (FbStip) (0xbaadf00d)
178 #define FB_TAIL_BITS (FbStip) (0xbaddf0ad)
190 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1))
730 (pointer) = (FbStip *) _pPix->devPrivate.ptr; \
731 (stride) = ((int) _pPix->devKind) / sizeof (FbStip); (voi
[all...]
H A Dfbrop.h90 #define fbXorStip(rop,fg,pm) fbXorT(rop,fg,pm,FbStip)
92 #define fbAndStip(rop,fg,pm) fbAndT(rop,fg,pm,FbStip)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dfb.h123 #define FB_STIP_ALLONES ((FbStip) -1)
159 typedef FbBits FbStip; typedef
162 typedef CARD32 FbStip; typedef
172 extern void fbSetBits (FbStip *bits, int stride, FbStip data);
173 #define FB_HEAD_BITS (FbStip) (0xbaadf00d)
174 #define FB_TAIL_BITS (FbStip) (0xbaddf0ad)
186 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1))
720 (pointer) = (FbStip *) _pPix->devPrivate.ptr; \
721 (stride) = ((int) _pPix->devKind) / sizeof (FbStip); (voi
[all...]
H A Dfbrop.h90 #define fbXorStip(rop,fg,pm) fbXorT(rop,fg,pm,FbStip)
92 #define fbAndStip(rop,fg,pm) fbAndT(rop,fg,pm,FbStip)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dfb.h123 #define FB_STIP_ALLONES ((FbStip) -1)
159 typedef FbBits FbStip; typedef
162 typedef CARD32 FbStip; typedef
172 extern _X_EXPORT void fbSetBits (FbStip *bits, int stride, FbStip data);
173 #define FB_HEAD_BITS (FbStip) (0xbaadf00d)
174 #define FB_TAIL_BITS (FbStip) (0xbaddf0ad)
186 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1))
723 (pointer) = (FbStip *) (pixmap)->devPrivate.ptr; \
724 (stride) = ((int) (pixmap)->devKind) / sizeof (FbStip); (voi
[all...]
H A Dfbrop.h90 #define fbXorStip(rop,fg,pm) fbXorT(rop,fg,pm,FbStip)
92 #define fbAndStip(rop,fg,pm) fbAndT(rop,fg,pm,FbStip)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dfb.h123 #define FB_STIP_ALLONES ((FbStip) -1)
159 typedef FbBits FbStip; typedef
162 typedef CARD32 FbStip; typedef
172 extern _X_EXPORT void fbSetBits (FbStip *bits, int stride, FbStip data);
173 #define FB_HEAD_BITS (FbStip) (0xbaadf00d)
174 #define FB_TAIL_BITS (FbStip) (0xbaddf0ad)
186 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1))
723 (pointer) = (FbStip *) (pixmap)->devPrivate.ptr; \
724 (stride) = ((int) (pixmap)->devKind) / sizeof (FbStip); (voi
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dfb.h119 #define FB_STIP_ALLONES ((FbStip) -1)
155 typedef FbBits FbStip; typedef
158 typedef CARD32 FbStip; typedef
168 extern _X_EXPORT void fbSetBits (FbStip *bits, int stride, FbStip data);
169 #define FB_HEAD_BITS (FbStip) (0xbaadf00d)
170 #define FB_TAIL_BITS (FbStip) (0xbaddf0ad)
182 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1))
724 (pointer) = (FbStip *) (pixmap)->devPrivate.ptr; \
725 (stride) = ((int) (pixmap)->devKind) / sizeof (FbStip); (voi
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dfb.h119 #define FB_STIP_ALLONES ((FbStip) -1)
155 typedef FbBits FbStip; typedef
158 typedef CARD32 FbStip; typedef
168 extern _X_EXPORT void fbSetBits (FbStip *bits, int stride, FbStip data);
169 #define FB_HEAD_BITS (FbStip) (0xbaadf00d)
170 #define FB_TAIL_BITS (FbStip) (0xbaddf0ad)
182 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1))
723 (pointer) = (FbStip *) (pixmap)->devPrivate.ptr; \
724 (stride) = ((int) (pixmap)->devKind) / sizeof (FbStip); (voi
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dfb.h108 #define FB_STIP_ALLONES ((FbStip) -1)
144 typedef FbBits FbStip; typedef
147 typedef CARD32 FbStip; typedef
157 extern _X_EXPORT void fbSetBits (FbStip *bits, int stride, FbStip data);
158 #define FB_HEAD_BITS (FbStip) (0xbaadf00d)
159 #define FB_TAIL_BITS (FbStip) (0xbaddf0ad)
171 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1))
697 (pointer) = (FbStip *) (pixmap)->devPrivate.ptr; \
698 (stride) = ((int) (pixmap)->devKind) / sizeof (FbStip); (voi
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dfb.h108 #define FB_STIP_ALLONES ((FbStip) -1)
144 typedef FbBits FbStip; typedef
147 typedef CARD32 FbStip; typedef
157 extern _X_EXPORT void fbSetBits (FbStip *bits, int stride, FbStip data);
158 #define FB_HEAD_BITS (FbStip) (0xbaadf00d)
159 #define FB_TAIL_BITS (FbStip) (0xbaddf0ad)
171 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1))
697 (pointer) = (FbStip *) (pixmap)->devPrivate.ptr; \
698 (stride) = ((int) (pixmap)->devKind) / sizeof (FbStip); (voi
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dfb.h103 #define FB_STIP_ALLONES ((FbStip) -1)
135 typedef FbBits FbStip; typedef
138 typedef CARD32 FbStip; typedef
147 extern _X_EXPORT void fbSetBits(FbStip * bits, int stride, FbStip data);
149 #define FB_HEAD_BITS (FbStip) (0xbaadf00d)
150 #define FB_TAIL_BITS (FbStip) (0xbaddf0ad)
162 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1))
684 (pointer) = (FbStip *) (pixmap)->devPrivate.ptr; \
685 (stride) = ((int) (pixmap)->devKind) / sizeof (FbStip); (voi
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dfb.h102 #define FB_STIP_ALLONES ((FbStip) -1)
134 typedef FbBits FbStip; typedef
137 typedef CARD32 FbStip; typedef
146 extern _X_EXPORT void fbSetBits(FbStip * bits, int stride, FbStip data);
148 #define FB_HEAD_BITS (FbStip) (0xbaadf00d)
149 #define FB_TAIL_BITS (FbStip) (0xbaddf0ad)
161 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1))
683 (pointer) = (FbStip *) (pixmap)->devPrivate.ptr; \
684 (stride) = ((int) (pixmap)->devKind) / sizeof (FbStip); (voi
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dfb.h102 #define FB_STIP_ALLONES ((FbStip) -1)
134 typedef FbBits FbStip; typedef
137 typedef CARD32 FbStip; typedef
146 extern _X_EXPORT void fbSetBits(FbStip * bits, int stride, FbStip data);
148 #define FB_HEAD_BITS (FbStip) (0xbaadf00d)
149 #define FB_TAIL_BITS (FbStip) (0xbaddf0ad)
161 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1))
683 (pointer) = (FbStip *) (pixmap)->devPrivate.ptr; \
684 (stride) = ((int) (pixmap)->devKind) / sizeof (FbStip); (voi
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/fb/
H A Dfb.h90 #define FB_STIP_ALLONES ((FbStip) -1)
125 typedef FbBits FbStip; typedef
128 typedef CARD32 FbStip; typedef
138 extern void fbSetBits (FbStip *bits, int stride, FbStip data);
139 #define FB_HEAD_BITS (FbStip) (0xbaadf00d)
140 #define FB_TAIL_BITS (FbStip) (0xbaddf0ad)
152 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1))
667 (pointer) = (FbStip *) _pPix->devPrivate.ptr; \
668 (stride) = ((int) _pPix->devKind) / sizeof (FbStip); \
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dfb.h92 #define FB_STIP_ALLONES ((FbStip) -1)
129 typedef FbBits FbStip; typedef
132 typedef CARD32 FbStip; typedef
142 extern void fbSetBits (FbStip *bits, int stride, FbStip data);
143 #define FB_HEAD_BITS (FbStip) (0xbaadf00d)
144 #define FB_TAIL_BITS (FbStip) (0xbaddf0ad)
156 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1))
695 (pointer) = (FbStip *) _pPix->devPrivate.ptr; \
696 (stride) = ((int) _pPix->devKind) / sizeof (FbStip); (voi
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dfb.h92 #define FB_STIP_ALLONES ((FbStip) -1)
129 typedef FbBits FbStip; typedef
132 typedef CARD32 FbStip; typedef
142 extern void fbSetBits (FbStip *bits, int stride, FbStip data);
143 #define FB_HEAD_BITS (FbStip) (0xbaadf00d)
144 #define FB_TAIL_BITS (FbStip) (0xbaddf0ad)
156 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1))
695 (pointer) = (FbStip *) _pPix->devPrivate.ptr; \
696 (stride) = ((int) _pPix->devKind) / sizeof (FbStip); (voi
[all...]

Completed in 893 milliseconds

123