Home
last modified time | relevance | path

Searched refs:gfx_fb_setpixel (Results 1 – 4 of 4) sorted by relevance

/freebsd/stand/common/
H A Dgfx_fb.h267 void gfx_fb_setpixel(uint32_t, uint32_t);
H A Dgfx_fb.c1526 gfx_fb_setpixel(uint32_t x, uint32_t y) in gfx_fb_setpixel() function
1585 gfx_fb_setpixel(x0, y0); in gfx_fb_line()
1594 gfx_fb_setpixel(x0, y2); in gfx_fb_line()
1608 gfx_fb_setpixel(x2, y0); in gfx_fb_line()
1670 gfx_fb_setpixel(x0 + i, y0); in gfx_fb_bezier()
/freebsd/stand/liblua/
H A Dgfx_utils.c136 gfx_fb_setpixel(x, y); in lua_fb_setpixel()
/freebsd/stand/ficl/
H A Dgfx_loader.c161 gfx_fb_setpixel(x, y); in ficl_fb_setpixel()