Searched refs:GfxFbBltVideoFill (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/stand/common/ |
| H A D | gfx_fb.h | 230 GfxFbBltVideoFill, enumerator
|
| H A D | gfx_fb.c | 796 case GfxFbBltVideoFill: in gfxfb_blt() 849 case GfxFbBltVideoFill: in gfxfb_blt() 1459 gfxfb_blt(&c, GfxFbBltVideoFill, 0, 0, x, y, 1, 1, 0); in gfx_fb_setpixel() 1477 gfxfb_blt(&c, GfxFbBltVideoFill, 0, 0, x1, y1, x2 - x1, in gfx_fb_drawrect() 1480 gfxfb_blt(&c, GfxFbBltVideoFill, 0, 0, x1, y1, x2 - x1, 1, 0); in gfx_fb_drawrect() 1481 gfxfb_blt(&c, GfxFbBltVideoFill, 0, 0, x1, y2, x2 - x1, 1, 0); in gfx_fb_drawrect() 1482 gfxfb_blt(&c, GfxFbBltVideoFill, 0, 0, x1, y1, 1, y2 - y1, 0); in gfx_fb_drawrect() 1483 gfxfb_blt(&c, GfxFbBltVideoFill, 0, 0, x2, y1, 1, y2 - y1, 0); in gfx_fb_drawrect()
|