Lines Matching full:png_read_image
397 \fBvoid png_read_image (png_structp \fP\fIpng_ptr\fP\fB, png_bytepp \fIimage\fP\fB);\fP
1285 then png_read_image(), and finally png_read_end().
2092 call png_read_image() and libpng will read in all the image data
2100 png_read_image(png_ptr, row_pointers);
2115 where row_pointers is the same as in the png_read_image() call.