Lines Matching defs:region
151 static void hpfb_fillrect(struct fb_info *p, const struct fb_fillrect *region)
155 clr = region->color & 0xff;
162 out_8(fb_regs + WMRR, (region->rop == ROP_COPY ? RR_SET : RR_INVERT));
166 out_8(fb_regs + WMRR, (region->rop == ROP_COPY ? RR_CLEAR : RR_NOOP));
168 topcat_blit(region->dx, region->dy, region->dx, region->dy, region->width, region->height, -1);