Home
last modified time | relevance | path

Searched refs:GfxFbBltVideoFill (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/common/
H A Dgfx_fb.h227 GfxFbBltVideoFill, enumerator
H A Dgfx_fb.c799 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()