Searched refs:png_write_image (Results 1 – 19 of 19) 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/chromium_org/third_party/libpng/ |
D | pngusr.h | 467 #define png_write_image wk_png_write_image macro
|
D | pngwrite.c | 759 png_write_image(png_structp png_ptr, png_bytepp image) in png_write_image() function 1584 png_write_image(png_ptr, info_ptr->row_pointers); in png_write_png()
|
D | png.h | 1866 extern PNG_EXPORT(void,png_write_image) PNGARG((png_structp png_ptr,
|
/external/qemu/distrib/libpng-1.2.46/ |
D | pngwrite.c | 759 png_write_image(png_structp png_ptr, png_bytepp image) in png_write_image() function 1584 png_write_image(png_ptr, info_ptr->row_pointers); in png_write_png()
|
D | png.h | 1930 extern PNG_EXPORT(void,png_write_image) PNGARG((png_structp png_ptr,
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.c | 706 png_write_image(png, rowPointers); in writeCompressedPNG()
|
/external/pixman/test/ |
D | utils.c | 522 png_write_image (write_struct, row_pointers); in write_png()
|