Searched refs:png_read_png (Results 1 - 7 of 7) sorted by relevance

/external/skia/third_party/libpng/
H A Dpngprefix.h326 #define png_read_png skia_png_read_png macro
/external/libpng/
H A Dexample.c354 png_read_png(png_ptr, info_ptr, png_transforms, NULL);
H A Dpng.h2011 * returned from png_read_png().
2474 PNG_EXPORT(178, void, png_read_png, (png_structrp png_ptr, png_inforp info_ptr,
H A Dpngread.c1174 png_read_png(png_structrp png_ptr, png_inforp info_ptr, function
1186 png_error(png_ptr, "Image is too high to process with png_read_png()");
1191 * libpng builds. The results can be unexpected - png_read_png may return
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dpng.h586 #define png_read_png FOXIT_png_read_png macro
2301 * returned from png_read_png().
2763 PNG_EXPORT(178, void, png_read_png, (png_structrp png_ptr, png_inforp info_ptr,
H A Dfx_pngread.c934 png_read_png(png_structrp png_ptr, png_inforp info_ptr, function
948 png_error(png_ptr, "Image is too high to process with png_read_png()");
/external/libpng/contrib/libtests/
H A Dpngimage.c11 * Test the png_read_png and png_write_png interfaces. Given a PNG file load it
12 * using png_read_png and then write with png_write_png. Test all possible
61 * 4) 'read' - the transform works in png_read_png.
803 /* The png_read_png API requires us to make the info struct, but it does the
819 png_read_png(pp, ip, transforms, NULL/*params*/);
859 if ((dp->chunks & PNG_INFO_IDAT) == 0) /* set by png_read_png */
860 display_log(dp, LIBPNG_BUG, "png_read_png did not set IDAT flag");
864 display_log(dp, LIBPNG_BUG, "png_read_png did not create row buffers");

Completed in 160 milliseconds