Lines Matching refs:rect
3158 const struct fb_fillrect *rect)
3165 if (!rect->width || !rect->height)
3172 x2 = rect->dx + rect->width;
3173 y2 = rect->dy + rect->height;
3176 width = x2 - rect->dx;
3177 height = y2 - rect->dy;
3182 dst_idx += rect->dy * par->next_line * 8 + rect->dx;
3184 switch (rect->rop) {
3188 rect->color);
3193 dst, dst_idx, width, rect->color);