Lines Matching defs:region
44 const struct fb_fillrect *region)
53 OUTREG(DP_BRUSH_FRGD_CLR, rinfo->pseudo_palette[region->color]);
55 OUTREG(DP_BRUSH_FRGD_CLR, region->color);
64 OUTREG(DST_Y_X, (region->dy << 16) | region->dx);
65 OUTREG(DST_WIDTH_HEIGHT, (region->width << 16) | region->height);
68 void radeonfb_fillrect(struct fb_info *info, const struct fb_fillrect *region)
77 cfb_fillrect(info, region);
86 memcpy(&modded, region, sizeof(struct fb_fillrect));