Searched refs:png_write_image (Results 1 - 15 of 15) sorted by relevance

/external/autotest/client/deps/glbench/src/
H A Dpng_helper.cc76 png_write_image(png_ptr, row_pointers);
/external/deqp/framework/common/
H A DtcuImageIO.cpp197 png_write_image(pngPtr, &rowPointers[0]);
/external/libpng/contrib/gregbook/
H A Dwritepng.c279 png_write_image(png_ptr, mainprog_ptr->row_pointers);
/external/opencv/otherlibs/highgui/
H A Dgrfmt_png.cpp311 png_write_image( png_ptr, buffer );
/external/libpng/contrib/visupng/
H A DPngFile.c371 png_write_image (png_ptr, ppbRowPointers);
/external/opencv3/modules/imgcodecs/src/
H A Dgrfmt_png.cpp430 png_write_image( png_ptr, buffer );
/external/libpng/contrib/pngminus/
H A Dpnm2png.c494 png_write_image (png_ptr, row_pointers);
/external/libpng/
H A Dexample.c972 /* Turn on interlace handling if you are not using png_write_image() */
1000 png_write_image(png_ptr, row_pointers);
H A Dpngwrite.c590 png_write_image(png_structrp png_ptr, png_bytepp image) function
599 png_debug(1, "in png_write_image");
1340 png_app_error(png_ptr, "no rows for png_write_image to write");
1444 png_write_image(png_ptr, info_ptr->row_pointers);
1549 png_error(png_ptr, "png_write_image: internal call error");
2075 png_error(png_ptr, "png_write_image: unsupported transformation");
H A Dpng.h1435 PNG_EXPORT(60, void, png_write_image, (png_structrp png_ptr, png_bytepp image));
/external/opencv3/3rdparty/libpng/
H A Dpngwrite.c583 png_write_image(png_structp png_ptr, png_bytepp image) function
592 png_debug(1, "in png_write_image");
1659 png_write_image(png_ptr, info_ptr->row_pointers);
H A Dpng.h1557 PNG_EXPORT(60, void, png_write_image,
/external/pdfium/third_party/lpng_v163/
H A Dpng.h467 #define png_write_image FOXIT_png_write_image macro
1832 PNG_EXPORT(60, void, png_write_image, (png_structrp png_ptr, png_bytepp image));
H A Dpngwrite.c579 png_write_image(png_structrp png_ptr, png_bytepp image) function
588 png_debug(1, "in png_write_image");
1552 png_write_image(png_ptr, info_ptr->row_pointers);
1652 png_error(png_ptr, "png_write_image: internal call error");
2140 png_error(png_ptr, "png_write_image: unsupported transformation");
/external/deqp/framework/qphelper/
H A DqpTestLog.c708 png_write_image(png, rowPointers);

Completed in 332 milliseconds