Lines Matching refs:stip
532 #define fbFirstStipBits(len,stip) {\
535 stip = FbLeftStipBits(bits, len); \
537 stip = FbLeftStipBits(bits, remain); \
540 stip = FbMergePartStip24Bits(stip, FbLeftStipBits(bits, __len), \
548 #define fbInitStipBits(offset,len,stip) {\
551 fbFirstStipBits(len,stip); \
552 stip = FbMergeStip24Bits (0, stip, len); \
555 #define fbNextStipBits(rot,stip) {\
559 stip = FbMergeStip24Bits (stip, __right, __new); \
592 FbStip stip, bits;
628 fbInitStipBits (srcX,firstlen, stip);
631 mask = fbStipple24Bits[rot >> 3][stip];
638 fbNextStipBits(rot,stip);
643 mask = fbStipple24Bits[rot>>3][stip];
648 fbNextStipBits(rot,stip);
652 mask = fbStipple24Bits[rot >> 3][stip];
671 fbInitStipBits (srcX, firstlen, stip);
674 if (stip)
676 mask = fbStipple24Bits[rot >> 3][stip] & leftMask;
680 fbNextStipBits (rot, stip);
685 if (stip)
687 mask = fbStipple24Bits[rot>>3][stip];
691 fbNextStipBits (rot, stip);
695 if (stip)
697 mask = fbStipple24Bits[rot >> 3][stip] & rightMask;
711 fbInitStipBits (srcX, firstlen, stip);
714 mask = fbStipple24Bits[rot >> 3][stip];
722 fbNextStipBits(rot,stip);
727 mask = fbStipple24Bits[rot >> 3][stip];
734 fbNextStipBits(rot,stip);
738 mask = fbStipple24Bits[rot >> 3][stip];