Home | History | Annotate | Download | only in libpng

Lines Matching full:png_read_image

464 then png_read_image(), and finally png_read_end().
1271 call png_read_image() and libpng will read in all the image data
1279 png_read_image(png_ptr, row_pointers);
1294 where row_pointers is the same as in the png_read_image() call.