Lines Matching refs:stip
45 fbTransparentSpan(FbBits * dst, FbBits stip, FbBits fgxor, int n)
49 s = ((FbStip) (stip) & 0x01);
50 s |= ((FbStip) (stip >> 8) & 0x02);
51 s |= ((FbStip) (stip >> 16) & 0x04);
52 s |= ((FbStip) (stip >> 24) & 0x08);
61 FbStip *stip, FbStride stipStride,
98 * Compute stip start scanline and rotation parameters
100 stipEnd = stip + stipStride * stipHeight;
102 s = stip + stipStride * stipY;
119 s = stip;
165 FbStip *stip, FbStride stipStride,
191 fbBltOne(stip + stipY * stipStride,
207 FbStip *stip, FbStride stipStride,
217 stip, stipStride, stipHeight,
221 stip, stipStride, stipWidth, stipHeight,