Searched refs:png_write_image (Results 1 – 16 of 16) sorted by relevance
/external/libpng/scripts/ |
D | symbols.def | 68 png_write_image @60
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_png.cpp | 311 png_write_image( png_ptr, buffer ); in WriteImage()
|
/external/libpng/contrib/gregbook/ |
D | writepng.c | 279 png_write_image(png_ptr, mainprog_ptr->row_pointers); in writepng_encode_image()
|
/external/deqp/framework/common/ |
D | tcuImageIO.cpp | 197 png_write_image(pngPtr, &rowPointers[0]); in savePNG()
|
/external/libpng/contrib/visupng/ |
D | PngFile.c | 371 png_write_image (png_ptr, ppbRowPointers); in PngSaveImage()
|
/external/libpng/ |
D | ANNOUNCE | 50 detection in png_read_image() and png_write_image() to do a
|
D | example.c | 1000 png_write_image(png_ptr, row_pointers);
|
D | pngwrite.c | 580 png_write_image(png_structrp png_ptr, png_bytepp image) in png_write_image() function 1655 png_write_image(png_ptr, info_ptr->row_pointers); in png_write_png()
|
D | png.h | 1523 PNG_EXPORT(60, void, png_write_image, (png_structrp png_ptr, png_bytepp image));
|
D | libpng-manual.txt | 3349 then png_write_image(), and finally png_write_end(). 3542 whole image in memory, you can just call png_write_image() and libpng 3548 png_write_image(png_ptr, row_pointers); 3563 row_pointers is the same as in the png_write_image() call. 4826 reading, and after png_write_png() or png_write_image() while writing.
|
D | CHANGES | 369 Corrected example.c, use of row_pointers in png_write_image(). 375 More corrections to example.c, use of row_pointers in png_write_image() 4827 detection in png_read_image() and png_write_image() to do a
|
/external/libpng/contrib/pngminus/ |
D | pnm2png.c | 477 png_write_image (png_ptr, row_pointers); in pnm2png()
|
/external/skia/third_party/libpng/ |
D | pngprefix.h | 435 #define png_write_image skia_png_write_image macro
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | fx_pngwrite.c | 579 png_write_image(png_structrp png_ptr, png_bytepp image) in png_write_image() function 1552 png_write_image(png_ptr, info_ptr->row_pointers); in png_write_png()
|
D | png.h | 467 #define png_write_image FOXIT_png_write_image macro 1832 PNG_EXPORT(60, void, png_write_image, (png_structrp png_ptr, png_bytepp image));
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.c | 706 png_write_image(png, rowPointers); in writeCompressedPNG()
|