Searched defs:startmask (Results 1 - 21 of 21) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dfbedgeimp.h70 FbBits startmask, endmask; local
78 FbMaskBits (x, width, startmask, nmiddle, endmask);
79 if (startmask)
80 *a++ |= startmask;
H A Dfbbits.h860 FbBits startmask, endmask; local
883 FbMaskBits (dstX, width, startmask, nmiddle, endmask);
884 if (startmask)
886 *dstLine = FbDoMaskRRop (*dstLine, andBits, xorBits, startmask);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dfbedgeimp.h70 FbBits startmask, endmask; local
78 FbMaskBits (x, width, startmask, nmiddle, endmask);
79 if (startmask)
80 *a++ |= startmask;
H A Dfbbits.h860 FbBits startmask, endmask; local
883 FbMaskBits (dstX, width, startmask, nmiddle, endmask);
884 if (startmask)
886 *dstLine = FbDoMaskRRop (*dstLine, andBits, xorBits, startmask);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dfbedgeimp.h70 FbBits startmask, endmask; local
78 FbMaskBits (x, width, startmask, nmiddle, endmask);
79 if (startmask)
80 *a++ |= startmask;
H A Dfbbits.h862 FbBits startmask, endmask; local
885 FbMaskBits (dstX, width, startmask, nmiddle, endmask);
886 if (startmask)
888 *dstLine = FbDoMaskRRop (*dstLine, andBits, xorBits, startmask);
/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/
H A Dpixman-edge-imp.h113 uint32_t startmask; local
122 MASK_BITS (x, width, startmask, nmiddle, endmask);
124 if (startmask) {
125 WRITE(image, a, READ(image, a) | startmask);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dfbbits.h778 FbBits startmask, endmask; local
799 FbMaskBits(dstX, width, startmask, nmiddle, endmask);
800 if (startmask) {
803 startmask));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dfbbits.h778 FbBits startmask, endmask; local
799 FbMaskBits(dstX, width, startmask, nmiddle, endmask);
800 if (startmask) {
803 startmask));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dfbbits.h867 FbBits startmask, endmask; local
890 FbMaskBits (dstX, width, startmask, nmiddle, endmask);
891 if (startmask)
893 WRITE(dstLine, FbDoMaskRRop (READ(dstLine), andBits, xorBits, startmask));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dfbbits.h867 FbBits startmask, endmask; local
890 FbMaskBits (dstX, width, startmask, nmiddle, endmask);
891 if (startmask)
893 WRITE(dstLine, FbDoMaskRRop (READ(dstLine), andBits, xorBits, startmask));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dfbbits.h867 FbBits startmask, endmask; local
890 FbMaskBits (dstX, width, startmask, nmiddle, endmask);
891 if (startmask)
893 WRITE(dstLine, FbDoMaskRRop (READ(dstLine), andBits, xorBits, startmask));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dfbbits.h867 FbBits startmask, endmask; local
890 FbMaskBits (dstX, width, startmask, nmiddle, endmask);
891 if (startmask)
893 WRITE(dstLine, FbDoMaskRRop (READ(dstLine), andBits, xorBits, startmask));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dfbbits.h867 FbBits startmask, endmask; local
890 FbMaskBits (dstX, width, startmask, nmiddle, endmask);
891 if (startmask)
893 WRITE(dstLine, FbDoMaskRRop (READ(dstLine), andBits, xorBits, startmask));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dfbbits.h867 FbBits startmask, endmask; local
890 FbMaskBits (dstX, width, startmask, nmiddle, endmask);
891 if (startmask)
893 WRITE(dstLine, FbDoMaskRRop (READ(dstLine), andBits, xorBits, startmask));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dfbbits.h867 FbBits startmask, endmask; local
890 FbMaskBits (dstX, width, startmask, nmiddle, endmask);
891 if (startmask)
893 WRITE(dstLine, FbDoMaskRRop (READ(dstLine), andBits, xorBits, startmask));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dfbbits.h867 FbBits startmask, endmask; local
890 FbMaskBits (dstX, width, startmask, nmiddle, endmask);
891 if (startmask)
893 WRITE(dstLine, FbDoMaskRRop (READ(dstLine), andBits, xorBits, startmask));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dfbbits.h867 FbBits startmask, endmask; local
890 FbMaskBits (dstX, width, startmask, nmiddle, endmask);
891 if (startmask)
893 WRITE(dstLine, FbDoMaskRRop (READ(dstLine), andBits, xorBits, startmask));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dfbbits.h778 FbBits startmask, endmask; local
799 FbMaskBits(dstX, width, startmask, nmiddle, endmask);
800 if (startmask) {
803 startmask));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dfbbits.h778 FbBits startmask, endmask; local
799 FbMaskBits(dstX, width, startmask, nmiddle, endmask);
800 if (startmask) {
803 startmask));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dfbbits.h778 FbBits startmask, endmask; local
799 FbMaskBits(dstX, width, startmask, nmiddle, endmask);
800 if (startmask) {
803 startmask));

Completed in 836 milliseconds