Lines Matching refs:FbBits
30 fbTile(FbBits * dst, FbStride dstStride, int dstX, int width, int height, in fbTile()
31 FbBits * tile, FbStride tileStride, int tileWidth, int tileHeight, in fbTile()
32 int alu, FbBits pm, int bpp, int xRot, int yRot) in fbTile()
68 fbStipple(FbBits * dst, FbStride dstStride, in fbStipple()
73 FbBits fgand, FbBits fgxor, in fbStipple()
74 FbBits bgand, FbBits bgxor, in fbStipple()
114 FbBits *dst; in fbFill()
142 FbBits *stip; in fbFill()
164 FbBits fgand, fgxor, bgand, bgxor; in fbFill()
169 bgand = fbAnd(GXnoop, (FbBits) 0, FB_ALLONES); in fbFill()
170 bgxor = fbXor(GXnoop, (FbBits) 0, FB_ALLONES); in fbFill()
191 FbBits *tile; in fbFill()
226 int x1, int y1, int x2, int y2, FbBits and, FbBits xor) in fbSolidBoxClipped()
228 FbBits *dst; in fbSolidBoxClipped()