Lines Matching refs:BCI_SEND
59 BCI_SEND(cmd); in savagefb_copyarea()
60 BCI_SEND(BCI_X_Y(sx, sy)); in savagefb_copyarea()
61 BCI_SEND(BCI_X_Y(dx, dy)); in savagefb_copyarea()
62 BCI_SEND(BCI_W_H(region->width, region->height)); in savagefb_copyarea()
86 BCI_SEND(cmd); in savagefb_fillrect()
87 BCI_SEND(color); in savagefb_fillrect()
88 BCI_SEND( BCI_X_Y(rect->dx, rect->dy) ); in savagefb_fillrect()
89 BCI_SEND( BCI_W_H(rect->width, rect->height) ); in savagefb_fillrect()
127 BCI_SEND(cmd); in savagefb_imageblit()
128 BCI_SEND(BCI_CLIP_LR(image->dx, image->dx + image->width - 1)); in savagefb_imageblit()
129 BCI_SEND(fg); in savagefb_imageblit()
130 BCI_SEND(bg); in savagefb_imageblit()
131 BCI_SEND(BCI_X_Y(image->dx, image->dy)); in savagefb_imageblit()
132 BCI_SEND(BCI_W_H(width, image->height)); in savagefb_imageblit()
134 BCI_SEND(src[i]); in savagefb_imageblit()