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

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dcfbrrop.h69 #define RROP_SOLID_MASK(dst,mask,idx) \ macro
76 #define RROP_SOLID_MASK(dst,mask) (*(dst) = (*(dst) & ~(mask)) | ((rrop_xor) & (mask))) macro
105 #define RROP_SOLID_MASK(dst,mask,idx) \ macro
112 #define RROP_SOLID_MASK(dst,mask) (*(dst) ^= ((rrop_xor) & (mask))) macro
152 #define RROP_SOLID_MASK(dst,mask,idx) \ macro
159 #define RROP_SOLID_MASK(dst,mask) (*(dst) &= ((rrop_and) | ~(mask))) macro
199 #define RROP_SOLID_MASK(dst,mask,idx) \ macro
206 #define RROP_SOLID_MASK(dst,mask) (*(dst) |= ((rrop_or) & (mask))) macro
216 #define RROP_SOLID_MASK(dst,mask) macro
265 #define RROP_SOLID_MASK(ds macro
274 #define RROP_SOLID_MASK macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dcfbrrop.h69 #define RROP_SOLID_MASK(dst,mask,idx) \ macro
76 #define RROP_SOLID_MASK(dst,mask) (*(dst) = (*(dst) & ~(mask)) | ((rrop_xor) & (mask))) macro
105 #define RROP_SOLID_MASK(dst,mask,idx) \ macro
112 #define RROP_SOLID_MASK(dst,mask) (*(dst) ^= ((rrop_xor) & (mask))) macro
152 #define RROP_SOLID_MASK(dst,mask,idx) \ macro
159 #define RROP_SOLID_MASK(dst,mask) (*(dst) &= ((rrop_and) | ~(mask))) macro
199 #define RROP_SOLID_MASK(dst,mask,idx) \ macro
206 #define RROP_SOLID_MASK(dst,mask) (*(dst) |= ((rrop_or) & (mask))) macro
216 #define RROP_SOLID_MASK(dst,mask) macro
265 #define RROP_SOLID_MASK(ds macro
274 #define RROP_SOLID_MASK macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dcfbrrop.h70 #define RROP_SOLID_MASK(dst,mask,idx) \ macro
77 #define RROP_SOLID_MASK(dst,mask) (*(dst) = (*(dst) & ~(mask)) | ((rrop_xor) & (mask))) macro
106 #define RROP_SOLID_MASK(dst,mask,idx) \ macro
113 #define RROP_SOLID_MASK(dst,mask) (*(dst) ^= ((rrop_xor) & (mask))) macro
153 #define RROP_SOLID_MASK(dst,mask,idx) \ macro
160 #define RROP_SOLID_MASK(dst,mask) (*(dst) &= ((rrop_and) | ~(mask))) macro
200 #define RROP_SOLID_MASK(dst,mask,idx) \ macro
207 #define RROP_SOLID_MASK(dst,mask) (*(dst) |= ((rrop_or) & (mask))) macro
217 #define RROP_SOLID_MASK(dst,mask) macro
266 #define RROP_SOLID_MASK(ds macro
275 #define RROP_SOLID_MASK macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dcfbrrop.h71 #define RROP_SOLID_MASK(dst,mask,idx) \ macro
78 #define RROP_SOLID_MASK(dst,mask) (*(dst) = (*(dst) & ~(mask)) | ((rrop_xor) & (mask))) macro
107 #define RROP_SOLID_MASK(dst,mask,idx) \ macro
114 #define RROP_SOLID_MASK(dst,mask) (*(dst) ^= ((rrop_xor) & (mask))) macro
154 #define RROP_SOLID_MASK(dst,mask,idx) \ macro
161 #define RROP_SOLID_MASK(dst,mask) (*(dst) &= ((rrop_and) | ~(mask))) macro
201 #define RROP_SOLID_MASK(dst,mask,idx) \ macro
208 #define RROP_SOLID_MASK(dst,mask) (*(dst) |= ((rrop_or) & (mask))) macro
218 #define RROP_SOLID_MASK(dst,mask) macro
267 #define RROP_SOLID_MASK(ds macro
276 #define RROP_SOLID_MASK macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dcfbrrop.h71 #define RROP_SOLID_MASK(dst,mask,idx) \ macro
78 #define RROP_SOLID_MASK(dst,mask) (*(dst) = (*(dst) & ~(mask)) | ((rrop_xor) & (mask))) macro
107 #define RROP_SOLID_MASK(dst,mask,idx) \ macro
114 #define RROP_SOLID_MASK(dst,mask) (*(dst) ^= ((rrop_xor) & (mask))) macro
154 #define RROP_SOLID_MASK(dst,mask,idx) \ macro
161 #define RROP_SOLID_MASK(dst,mask) (*(dst) &= ((rrop_and) | ~(mask))) macro
201 #define RROP_SOLID_MASK(dst,mask,idx) \ macro
208 #define RROP_SOLID_MASK(dst,mask) (*(dst) |= ((rrop_or) & (mask))) macro
218 #define RROP_SOLID_MASK(dst,mask) macro
267 #define RROP_SOLID_MASK(ds macro
276 #define RROP_SOLID_MASK macro
[all...]

Completed in 48 milliseconds