Searched refs:topcat_blit (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/video/fbdev/ |
D | hpfb.c | 126 static void topcat_blit(int x0, int y0, int x1, int y1, int w, int h, int rr) in topcat_blit() function 148 topcat_blit(area->sx, area->sy, area->dx, area->dy, area->width, area->height, RR_COPY); in hpfb_copyarea() 168 topcat_blit(region->dx, region->dy, region->dx, region->dy, region->width, region->height, -1); in hpfb_fillrect() 282 topcat_blit(0, 0, 0, 0, fb_width, fb_height, RR_CLEAR); in hpfb_init_one()
|