Home | History | Annotate | Download | only in libpng

Lines Matching full:png_get_io_ptr

2542 png_get_io_ptr().  For example:
2551 voidp read_io_ptr = png_get_io_ptr(read_ptr);
2552 voidp write_io_ptr = png_get_io_ptr(write_ptr);
3046 The png_get_io_ptr() function has been present since libpng-0.88, has never
3051 AC_CHECK_LIB(png, png_get_io_ptr, ...