Home
last modified time | relevance | path

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

/freebsd-14-stable/stand/common/
HDgfx_fb.h267 void gfx_fb_setpixel(uint32_t, uint32_t);
HDgfx_fb.c1449 gfx_fb_setpixel(uint32_t x, uint32_t y) in gfx_fb_setpixel() function
1508 gfx_fb_setpixel(x0, y0); in gfx_fb_line()
1517 gfx_fb_setpixel(x0, y2); in gfx_fb_line()
1531 gfx_fb_setpixel(x2, y0); in gfx_fb_line()
1593 gfx_fb_setpixel(x0 + i, y0); in gfx_fb_bezier()
/freebsd-14-stable/stand/liblua/
HDgfx_utils.c136 gfx_fb_setpixel(x, y); in lua_fb_setpixel()
/freebsd-14-stable/stand/ficl/
HDgfx_loader.c161 gfx_fb_setpixel(x, y); in ficl_fb_setpixel()