Lines Matching defs:stip
61 FbBits stip,
67 s = ((FbStip) (stip ) & 0x01);
68 s |= ((FbStip) (stip >> 8) & 0x02);
69 s |= ((FbStip) (stip >> 16) & 0x04);
70 s |= ((FbStip) (stip >> 24) & 0x08);
72 s |= ((FbStip) (stip >> 32) & 0x10);
73 s |= ((FbStip) (stip >> 40) & 0x20);
74 s |= ((FbStip) (stip >> 48) & 0x40);
75 s |= ((FbStip) (stip >> 56) & 0x80);
92 FbStip *stip,
137 * Compute stip start scanline and rotation parameters
139 stipEnd = stip + stipStride * stipHeight;
141 s = stip + stipStride * stipY;
159 s = stip;
225 FbStip *stip,
261 fbBltOne (stip + stipY * stipStride,
290 FbStip *stip,
306 stip, stipStride, stipHeight,
310 stip, stipStride, stipWidth, stipHeight,