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.c1451 gfx_fb_setpixel(uint32_t x, uint32_t y) in gfx_fb_setpixel() function
1510 gfx_fb_setpixel(x0, y0); in gfx_fb_line()
1519 gfx_fb_setpixel(x0, y2); in gfx_fb_line()
1533 gfx_fb_setpixel(x2, y0); in gfx_fb_line()
1595 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()