Lines Matching refs:dstx
152 static void radeonfb_rectfill(struct radeonfb_display *, int dstx, int dsty,
156 int dstx, int dsty, int width, int height, int rop);
3535 radeonfb_rectfill(struct radeonfb_display *dp, int dstx, int dsty,
3556 PUT32(sc, RADEON_DST_Y_X, (dsty << 16) | dstx);
3561 radeonfb_rectfill_a(void *cookie, int dstx, int dsty,
3566 radeonfb_rectfill(dp, dstx, dsty, width, height,
3572 int dstx, int dsty, int width, int height, int rop)
3586 if (dstx < srcx) {
3590 dstx += width - 1;
3607 PUT32(sc, RADEON_DST_Y_X, (dsty << 16) | dstx);