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

/freebsd-13-stable/stand/common/
H A Dgfx_fb.h230 GfxFbBltVideoFill, enumerator in enum:__anon7912
H A Dgfx_fb.c761 case GfxFbBltVideoFill:
811 case GfxFbBltVideoFill:
1395 gfxfb_blt(&c, GfxFbBltVideoFill, 0, 0, x, y, 1, 1, 0);
1413 gfxfb_blt(&c, GfxFbBltVideoFill, 0, 0, x1, y1, x2 - x1,
1416 gfxfb_blt(&c, GfxFbBltVideoFill, 0, 0, x1, y1, x2 - x1, 1, 0);
1417 gfxfb_blt(&c, GfxFbBltVideoFill, 0, 0, x1, y2, x2 - x1, 1, 0);
1418 gfxfb_blt(&c, GfxFbBltVideoFill, 0, 0, x1, y1, 1, y2 - y1, 0);
1419 gfxfb_blt(&c, GfxFbBltVideoFill, 0, 0, x2, y1, 1, y2 - y1, 0);

Completed in 103 milliseconds