Lines Matching refs:rect
251 const struct fb_fillrect *rect)
260 if (!rect->width || !rect->height || rect->dx > vxres
261 || rect->dy > vyres)
266 x2 = rect->dx + rect->width;
267 y2 = rect->dy + rect->height;
270 width = x2 - rect->dx;
271 height = y2 - rect->dy;
274 fg = ((u32 *) (info->pseudo_palette))[rect->color];
276 fg = rect->color;
278 switch (rect->rop) {
298 cmd[5] = (rect->dy << 16) | (rect->dx);