Lines Matching refs:rect
65 void savagefb_fillrect(struct fb_info *info, const struct fb_fillrect *rect)
70 if (!rect->width || !rect->height)
74 color = rect->color;
76 color = ((u32 *)info->pseudo_palette)[rect->color];
83 BCI_CMD_SET_ROP(cmd, savagefb_rop[rect->rop]);
88 BCI_SEND( BCI_X_Y(rect->dx, rect->dy) );
89 BCI_SEND( BCI_W_H(rect->width, rect->height) );