Searched refs:startmask (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbsolid.c36 FbBits startmask, endmask; local in function:fbSolid
42 FbMaskBitsBytes(dstX, width, and == 0, startmask, startbyte,
44 if (startmask)
48 if (startmask) {
49 FbDoLeftMaskByteRRop(dst, startbyte, startmask, and, xor);
H A Dfbblt.c54 FbBits startmask, endmask; local in function:fbBlt
103 FbMaskBitsBytes(dstX, width, destInvarient, startmask, startbyte,
141 if (startmask) {
144 FbDoLeftMaskByteMergeRop(dst, bits, startbyte, startmask);
148 if (startmask) {
150 FbDoLeftMaskByteMergeRop(dst, bits, startbyte, startmask);
241 if (startmask) {
243 if (FbScrRight(startmask, leftShift)) {
248 FbDoLeftMaskByteMergeRop(dst, bits, startbyte, startmask);
254 if (startmask) {
[all...]
H A Dfbtile.c45 FbBits startmask, endmask; local in function:fbEvenTile
55 startmask, startbyte, nmiddle, endmask, endbyte);
56 if (startmask)
82 if (startmask) {
83 FbDoLeftMaskByteRRop(dst, startbyte, startmask, and, xor);
H A Dfbbltone.c176 FbBits startmask, endmask; /* dest scanline masks */ local in function:fbBltOne
222 startmask, startbyte, nmiddle, endmask, endbyte);
266 if (startmask)
306 * Consume stipple bits for startmask
308 if (startmask) {
313 startbyte, startmask);
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbsolid.c43 FbBits startmask, endmask; local in function:fbSolid
56 FbMaskBitsBytes(dstX, width, and == 0, startmask, startbyte,
58 if (startmask)
63 if (startmask)
65 FbDoLeftMaskByteRRop(dst,startbyte,startmask,and,xor);
96 FbBits startmask, endmask; local in function:fbSolid24
110 FbMaskBits (dstX, width, startmask, nmiddle, endmask);
111 if (startmask)
121 if (startmask)
159 if (startmask)
[all...]
H A Dfbtile.c52 FbBits startmask, endmask; local in function:fbEvenTile
62 startmask, startbyte, nmiddle, endmask, endbyte);
63 if (startmask)
89 if (startmask)
91 FbDoLeftMaskByteRRop(dst, startbyte, startmask, and, xor);
H A Dfbblt.c63 FbBits startmask, endmask; local in function:fbBlt
115 FbMaskBitsBytes (dstX, width, destInvarient, startmask, startbyte,
162 if (startmask)
166 FbDoLeftMaskByteMergeRop(dst, bits, startbyte, startmask);
171 if (startmask)
174 FbDoLeftMaskByteMergeRop(dst, bits, startbyte, startmask);
281 if (startmask)
284 if (FbScrRight(startmask, leftShift))
290 FbDoLeftMaskByteMergeRop (dst, bits, startbyte, startmask);
297 if (startmask)
384 FbBits startmask, endmask; local in function:fbBlt24Line
651 FbBits startmask, endmask; local in function:fbBltOdd
[all...]
H A Dfbstipple.c104 FbBits startmask, endmask; local in function:fbEvenStipple
129 startmask, startbyte, nmiddle, endmask, endbyte);
131 if (startmask)
176 if (startmask)
178 fbTransparentSpan(dst, mask&startmask, fgxor, 1);
192 if (startmask)
194 FbDoLeftMaskByteRRop (dst, startbyte, startmask, and, xor);
H A Dfbbltone.c155 FbBits startmask, endmask; /* dest scanline masks */ local in function:fbBltOne
215 startmask, startbyte, nmiddle, endmask, endbyte);
252 if (startmask)
295 * Consume stipple bits for startmask
297 if (startmask)
308 fbTransparentSpan (dst, mask & startmask, fgxor, 1);
316 startbyte, startmask);
H A Dfbbits.h867 FbBits startmask, endmask; local in function:POLYSEGMENT
890 FbMaskBits (dstX, width, startmask, nmiddle, endmask);
891 if (startmask)
893 WRITE(dstLine, FbDoMaskRRop (READ(dstLine), andBits, xorBits, startmask));
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbblt.c89 FbBits startmask, endmask; local in function:fbBlt__rop
105 FbMaskBitsBytes(dstX, width, destInvarient, startmask, startbyte,
141 if (startmask) {
144 FbDoLeftMaskByteMergeRop(dst, bits, startbyte, startmask);
147 if (startmask) {
149 FbDoLeftMaskByteMergeRop(dst, bits, startbyte, startmask);
214 if (startmask) {
216 if (FbScrRight(startmask, leftShift)) {
221 FbDoLeftMaskByteMergeRop(dst, bits, startbyte, startmask);
226 if (startmask) {
[all...]
H A Dfbtile.c38 FbBits startmask, endmask; local in function:fbEvenTile
48 startmask, startbyte, nmiddle, endmask, endbyte);
49 if (startmask)
74 if (startmask) {
75 FbDoLeftMaskByteRRop(dst, startbyte, startmask, and, xor);
H A Dfbstipple.c66 FbBits startmask, endmask; local in function:fbEvenStipple
90 startmask, startbyte, nmiddle, endmask, endbyte);
92 if (startmask)
129 if (startmask) {
130 fbTransparentSpan(dst, mask & startmask, fgxor, 1);
141 if (startmask) {
142 FbDoLeftMaskByteRRop(dst, startbyte, startmask, and, xor);
H A Dfbbltone.c110 FbBits startmask, endmask; /* dest scanline masks */ local in function:fbBltOne
157 startmask, startbyte, nmiddle, endmask, endbyte);
189 if (startmask)
229 * Consume stipple bits for startmask
231 if (startmask) {
234 fbTransparentSpan(dst, mask & startmask, fgxor, 1);
239 startbyte, startmask);
H A Dfbfill.c32 FbBits startmask, endmask; local in function:fbSolid
38 FbMaskBitsBytes(dstX, width, and == 0, startmask, startbyte,
40 if (startmask)
44 if (startmask) {
45 FbDoLeftMaskByteRRop(dst, startbyte, startmask, and, xor);
H A Dfblinebits.h205 FbBits startmask, endmask; local in function:POLYSEGMENT
225 FbMaskBits(dstX, width, startmask, nmiddle, endmask);
226 if (startmask) {
229 startmask));
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbblt.c89 FbBits startmask, endmask; local in function:fbBlt__rop
105 FbMaskBitsBytes(dstX, width, destInvarient, startmask, startbyte,
141 if (startmask) {
144 FbDoLeftMaskByteMergeRop(dst, bits, startbyte, startmask);
147 if (startmask) {
149 FbDoLeftMaskByteMergeRop(dst, bits, startbyte, startmask);
214 if (startmask) {
216 if (FbScrRight(startmask, leftShift)) {
221 FbDoLeftMaskByteMergeRop(dst, bits, startbyte, startmask);
226 if (startmask) {
[all...]
H A Dfbtile.c38 FbBits startmask, endmask; local in function:fbEvenTile
48 startmask, startbyte, nmiddle, endmask, endbyte);
49 if (startmask)
74 if (startmask) {
75 FbDoLeftMaskByteRRop(dst, startbyte, startmask, and, xor);
H A Dfbstipple.c66 FbBits startmask, endmask; local in function:fbEvenStipple
90 startmask, startbyte, nmiddle, endmask, endbyte);
92 if (startmask)
129 if (startmask) {
130 fbTransparentSpan(dst, mask & startmask, fgxor, 1);
141 if (startmask) {
142 FbDoLeftMaskByteRRop(dst, startbyte, startmask, and, xor);
H A Dfbbltone.c110 FbBits startmask, endmask; /* dest scanline masks */ local in function:fbBltOne
157 startmask, startbyte, nmiddle, endmask, endbyte);
189 if (startmask)
229 * Consume stipple bits for startmask
231 if (startmask) {
234 fbTransparentSpan(dst, mask & startmask, fgxor, 1);
239 startbyte, startmask);
H A Dfbfill.c32 FbBits startmask, endmask; local in function:fbSolid
38 FbMaskBitsBytes(dstX, width, and == 0, startmask, startbyte,
40 if (startmask)
44 if (startmask) {
45 FbDoLeftMaskByteRRop(dst, startbyte, startmask, and, xor);
H A Dfblinebits.h205 FbBits startmask, endmask; local in function:POLYSEGMENT
225 FbMaskBits(dstX, width, startmask, nmiddle, endmask);
226 if (startmask) {
229 startmask));
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-edge-imp.h109 uint32_t startmask; local in function:RASTERIZE_EDGES
118 MASK_BITS (x, width, startmask, nmiddle, endmask);
120 if (startmask) {
121 WRITE(image, a, READ(image, a) | startmask);
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmipushpxl.c109 MiBits startmask; local in function:miPushPixels
112 startmask = (MiBits)(-1) ^
115 startmask = (MiBits)(-1) ^
119 startmask = (MiBits)(-1) ^
122 startmask = (MiBits)(-1) ^
149 msk = startmask;
205 msk = startmask;
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmipushpxl.c108 MiBits startmask; local in function:miPushPixels
112 startmask = (MiBits) (-1) ^ LONG2CHARSSAMEORDER((MiBits) (-1) << 1);
114 startmask = (MiBits) (-1) ^ LONG2CHARSSAMEORDER((MiBits) (-1) >> 1);
116 startmask = (MiBits) (-1) ^ LONG2CHARSDIFFORDER((MiBits) (-1) << 1);
118 startmask = (MiBits) (-1) ^ LONG2CHARSDIFFORDER((MiBits) (-1) >> 1);
141 msk = startmask;
191 msk = startmask;

Completed in 23 milliseconds

12