Home
last modified time | relevance | path

Searched refs:png_open (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/pnglite/
H A Dpnglite.h106 int png_open(png_t *png, const char *filename);
H A Dpnglite.c177 png_open(png_t *png, const char *filename) in png_open() function
/freebsd/stand/liblua/
H A Dgfx_utils.c77 if ((error = png_open(&png, name)) != PNG_NO_ERROR) { in lua_term_putimage()
110 if ((error = png_open(&png, name)) != PNG_NO_ERROR) { in lua_fb_putimage()
/freebsd/stand/ficl/
H A Dgfx_loader.c98 if ((error = png_open(&png, name)) != PNG_NO_ERROR) { in ficl_term_putimage()
138 if ((error = png_open(&png, name)) != PNG_NO_ERROR) { in ficl_fb_putimage()
/freebsd/stand/common/
H A Dgfx_fb.c3046 if ((error = png_open(&png, splash)) != PNG_NO_ERROR) { in build_splash_module()