Lines Matching refs:alu
53 pGC->alu, TRUE, x, y, w, h, src, srcStride, leftPad); in fbPutImage()
64 pGC->alu, in fbPutImage()
73 pGC->alu, pPriv->pm, x, y, w, h, src, srcStride); in fbPutImage()
80 int alu, in fbPutZImage() argument
117 (x2 - x1) * dstBpp, (y2 - y1), alu, pm, dstBpp); in fbPutZImage()
129 int alu, in fbPutXYImage() argument
148 alu = FbOpaqueStipple1Rop(alu, fg, bg); in fbPutXYImage()
150 alu = FbStipple1Rop(alu, fg); in fbPutXYImage()
153 fgand = fbAnd(alu, fg, pm); in fbPutXYImage()
154 fgxor = fbXor(alu, fg, pm); in fbPutXYImage()
156 bgand = fbAnd(alu, bg, pm); in fbPutXYImage()
157 bgxor = fbXor(alu, bg, pm); in fbPutXYImage()
188 (x2 - x1) * dstBpp, (y2 - y1), alu, pm, dstBpp); in fbPutXYImage()