Searched refs:planemask (Results 26 - 50 of 123) sorted by relevance

12345

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxaa.h120 /* GC fg, bg, and planemask restrictions */
275 unsigned int planemask,
293 unsigned int planemask
316 unsigned int planemask
342 unsigned int planemask,
377 unsigned int planemask
401 unsigned int planemask,
427 unsigned int planemask
447 unsigned int planemask
471 unsigned int planemask
[all...]
H A DpanoramiXsrv.h47 unsigned long planemask,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxaa.h120 /* GC fg, bg, and planemask restrictions */
275 unsigned int planemask,
293 unsigned int planemask
316 unsigned int planemask
342 unsigned int planemask,
377 unsigned int planemask
401 unsigned int planemask,
427 unsigned int planemask
447 unsigned int planemask
471 unsigned int planemask
[all...]
H A DpanoramiXsrv.h48 unsigned long planemask,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxaa.h120 /* GC fg, bg, and planemask restrictions */
275 unsigned int planemask,
293 unsigned int planemask
316 unsigned int planemask
342 unsigned int planemask,
377 unsigned int planemask
401 unsigned int planemask,
427 unsigned int planemask
447 unsigned int planemask
471 unsigned int planemask
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxaa.h120 /* GC fg, bg, and planemask restrictions */
275 unsigned int planemask,
293 unsigned int planemask
316 unsigned int planemask
342 unsigned int planemask,
377 unsigned int planemask
401 unsigned int planemask,
427 unsigned int planemask
447 unsigned int planemask
471 unsigned int planemask
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxaa.h119 /* GC fg, bg, and planemask restrictions */
274 unsigned int planemask,
292 unsigned int planemask
315 unsigned int planemask
341 unsigned int planemask,
376 unsigned int planemask
400 unsigned int planemask,
426 unsigned int planemask
446 unsigned int planemask
470 unsigned int planemask
[all...]
H A DpanoramiXsrv.h44 unsigned long planemask,
H A Dcfbmskbits.h286 putbits(src, x, w, pdst, planemask)
308 putbitsrop(src, x, w, pdst, planemask, ROP)
448 #define putbits24(src, w, pdst, planemask, index) {\
462 dstpixel &= ~(planemask); \
463 dstpixel |= (src & planemask); \
481 #define putbitsrop24(src, x, pdst, planemask, rop) \
497 dstpixel &= ~planemask; \
498 dstpixel |= (t1 & planemask); \
533 #define putbits24(src, w, pdst, planemask, index) \
535 #define putbitsrop24(src, x, pdst, planemask, ro
[all...]
H A Dexa.h169 * @param planemask write mask for the fill
175 * single-byte "ROP" setting in all hardware. The planemask controls
188 Pixel planemask,
239 * @param planemask write mask for the fill
251 * single-byte "ROP" setting in all hardware. The planemask controls which
266 Pixel planemask);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxaa.h119 /* GC fg, bg, and planemask restrictions */
274 unsigned int planemask,
292 unsigned int planemask
315 unsigned int planemask
341 unsigned int planemask,
376 unsigned int planemask
400 unsigned int planemask,
426 unsigned int planemask
446 unsigned int planemask
470 unsigned int planemask
[all...]
H A DpanoramiXsrv.h44 unsigned long planemask,
H A Dcfbmskbits.h287 putbits(src, x, w, pdst, planemask)
309 putbitsrop(src, x, w, pdst, planemask, ROP)
449 #define putbits24(src, w, pdst, planemask, index) {\
463 dstpixel &= ~(planemask); \
464 dstpixel |= (src & planemask); \
482 #define putbitsrop24(src, x, pdst, planemask, rop) \
498 dstpixel &= ~planemask; \
499 dstpixel |= (t1 & planemask); \
534 #define putbits24(src, w, pdst, planemask, index) \
536 #define putbitsrop24(src, x, pdst, planemask, ro
[all...]
H A Diplmskbits.h259 /* dst = (src & ~(bitmask | planemask)) | (insert | (bitmask | planemask)) */
260 #define INTER_PMSKINS(bitmask, planemask, insert, src, dst) \
262 if (planemask & INTER_PLANE(_INDEX)) \
267 #define INTER_SCRRMSKINS(bitmask, planemask, insert, shift, src, dst) \
269 if (planemask & INTER_PLANE(_INDEX)) \
275 #define INTER_SCRLMSKINS(bitmask, planemask, insert, shift, src, dst) \
277 if (planemask & INTER_PLANE(_INDEX)) \
449 #define INTER_putbits(psrc, x, w, pdst, planemask) \
454 INTER_SCRRMSKINS(tmpmask, planemask, psr
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DpanoramiXsrv.h43 unsigned long planemask,
H A Dcfbmskbits.h284 putbits(src, x, w, pdst, planemask)
306 putbitsrop(src, x, w, pdst, planemask, ROP)
446 #define putbits24(src, w, pdst, planemask, index) {\
460 dstpixel &= ~(planemask); \
461 dstpixel |= (src & planemask); \
479 #define putbitsrop24(src, x, pdst, planemask, rop) \
495 dstpixel &= ~planemask; \
496 dstpixel |= (t1 & planemask); \
531 #define putbits24(src, w, pdst, planemask, index) \
533 #define putbitsrop24(src, x, pdst, planemask, ro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A DpanoramiXsrv.h50 unsigned long planemask,
H A Dcfb8_32.h45 unsigned long planemask
55 unsigned long planemask
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A DpanoramiXsrv.h50 unsigned long planemask,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A DpanoramiXsrv.h50 unsigned long planemask,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A DpanoramiXsrv.h50 unsigned long planemask,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dcfbmskbits.h281 putbits(src, x, w, pdst, planemask)
303 putbitsrop(src, x, w, pdst, planemask, ROP)
443 #define putbits24(src, w, pdst, planemask, index) {\
457 dstpixel &= ~(planemask); \
458 dstpixel |= (src & planemask); \
476 #define putbitsrop24(src, x, pdst, planemask, rop) \
492 dstpixel &= ~planemask; \
493 dstpixel |= (t1 & planemask); \
528 #define putbits24(src, w, pdst, planemask, index) \
530 #define putbitsrop24(src, x, pdst, planemask, ro
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/xf24_32bpp/
H A Dcfb24_32.h43 unsigned long planemask,
54 unsigned long planemask,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A DpanoramiXsrv.h49 unsigned long planemask,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A DpanoramiXsrv.h49 unsigned long planemask,

Completed in 124 milliseconds

12345