Searched refs:gfx_fb_putimage (Results 1 – 4 of 4) sorted by relevance
/freebsd/stand/liblua/ |
H A D | gfx_utils.c | 81 if (gfx_fb_putimage(&png, x1, y1, x2, y2, f) == 0) in lua_term_putimage() 114 if (gfx_fb_putimage(&png, x1, y1, x2, y2, f) == 0) in lua_fb_putimage()
|
/freebsd/stand/ficl/ |
H A D | gfx_loader.c | 102 if (gfx_fb_putimage(&png, x1, y1, x2, y2, f) == 0) in ficl_term_putimage() 142 if (gfx_fb_putimage(&png, x1, y1, x2, y2, f) == 0) in ficl_fb_putimage()
|
/freebsd/stand/common/ |
H A D | gfx_fb.h | 278 int gfx_fb_putimage(png_t *, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t);
|
H A D | gfx_fb.c | 1794 gfx_fb_putimage(png_t *png, uint32_t ux1, uint32_t uy1, uint32_t ux2, in gfx_fb_putimage() function
|