Searched refs:GfxFbBltVideoFill (Results 1 – 2 of 2) sorted by relevance
/freebsd/stand/common/ |
H A D | gfx_fb.h | 227 GfxFbBltVideoFill, enumerator
|
H A D | gfx_fb.c | 799 case GfxFbBltVideoFill: in gfxfb_blt() 852 case GfxFbBltVideoFill: in gfxfb_blt() 1462 gfxfb_blt(&c, GfxFbBltVideoFill, 0, 0, x, y, 1, 1, 0); in gfx_fb_setpixel() 1480 gfxfb_blt(&c, GfxFbBltVideoFill, 0, 0, x1, y1, x2 - x1, in gfx_fb_drawrect() 1483 gfxfb_blt(&c, GfxFbBltVideoFill, 0, 0, x1, y1, x2 - x1, 1, 0); in gfx_fb_drawrect() 1484 gfxfb_blt(&c, GfxFbBltVideoFill, 0, 0, x1, y2, x2 - x1, 1, 0); in gfx_fb_drawrect() 1485 gfxfb_blt(&c, GfxFbBltVideoFill, 0, 0, x1, y1, 1, y2 - y1, 0); in gfx_fb_drawrect() 1486 gfxfb_blt(&c, GfxFbBltVideoFill, 0, 0, x2, y1, 1, y2 - y1, 0); in gfx_fb_drawrect()
|