HomeSort by: relevance | last modified time | path
    Searched defs:andBits (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
fbarcbits.h 28 #define ARCRROP(d) RROP(d,andBits,xorBits)
41 BITS andBits, xorBits;
48 andBits = (BITS) and;
61 if (andBits == 0) {
86 if (andBits == 0) {
99 if (andBits == 0) {
122 if (andBits == 0) {
145 if (andBits == 0) {
175 if (andBits == 0) {
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
fbarcbits.h 28 #define ARCRROP(d) RROP(d,andBits,xorBits)
41 BITS andBits, xorBits;
48 andBits = (BITS) and;
61 if (andBits == 0) {
86 if (andBits == 0) {
99 if (andBits == 0) {
122 if (andBits == 0) {
145 if (andBits == 0) {
175 if (andBits == 0) {
  /xsrc/external/mit/xorg-server/dist/fb/
fbbits.h 283 #define ARCRROP(d) RROP(d,andBits,xorBits)
296 BITS andBits, xorBits;
303 andBits = (BITS) and;
316 if (andBits == 0) {
342 if (andBits == 0) {
356 if (andBits == 0) {
381 if (andBits == 0) {
406 if (andBits == 0) {
437 if (andBits == 0) {
727 FbBits andBits = fbGetGCPrivate(pGC)->and
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbbits.h 330 #define ARCRROP(d) RROP(d,andBits,xorBits)
348 BITS andBits, xorBits;
355 andBits = (BITS) and;
369 if (andBits == 0)
400 if (andBits == 0)
416 if (andBits == 0)
443 if (andBits == 0)
470 if (andBits == 0)
502 if (andBits == 0)
820 FbBits andBits = fbGetGCPrivate(pGC)->and
    [all...]

Completed in 22 milliseconds