Lines Matching refs:rect
3169 const struct fb_fillrect *rect)
3176 if (!rect->width || !rect->height)
3183 x2 = rect->dx + rect->width;
3184 y2 = rect->dy + rect->height;
3187 width = x2 - rect->dx;
3188 height = y2 - rect->dy;
3193 dst_idx += rect->dy * par->next_line * 8 + rect->dx;
3195 switch (rect->rop) {
3199 rect->color);
3204 dst, dst_idx, width, rect->color);