Searched refs:png_write_image (Results 1 – 14 of 14) sorted by relevance
/external/autotest/client/deps/glbench/src/ |
D | png_helper.cc | 77 png_write_image(png_ptr, row_pointers); in write_png_file()
|
/external/libpng/scripts/ |
D | symbols.def | 68 png_write_image @60
|
/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 | 375 png_write_image (png_ptr, ppbRowPointers);
|
/external/libpng/contrib/pngminus/ |
D | pnm2png.c | 513 png_write_image (png_ptr, row_pointers); in pnm2png()
|
/external/libpng/ |
D | example.c | 1005 png_write_image(png_ptr, row_pointers);
|
D | pngwrite.c | 601 png_write_image(png_structrp png_ptr, png_bytepp image) in png_write_image() function 1455 png_write_image(png_ptr, info_ptr->row_pointers); in png_write_png()
|
D | png.h | 1431 PNG_EXPORT(60, void, png_write_image, (png_structrp png_ptr, png_bytepp image));
|
D | libpng-manual.txt | 3414 then png_write_image(), and finally png_write_end(). 3607 whole image in memory, you can just call png_write_image() and libpng 3613 png_write_image(png_ptr, row_pointers); 3628 row_pointers is the same as in the png_write_image() call. 4840 reading, and after png_write_png() or png_write_image() while writing.
|
D | CHANGES | 376 Corrected example.c, use of row_pointers in png_write_image(). 382 More corrections to example.c, use of row_pointers in png_write_image() 4840 detection in png_read_image() and png_write_image() to do a
|
/external/pdfium/third_party/libpng16/ |
D | pngwrite.c | 590 png_write_image(png_structrp png_ptr, png_bytepp image) in png_write_image() function 1444 png_write_image(png_ptr, info_ptr->row_pointers); in png_write_png()
|
D | png.h | 1435 PNG_EXPORT(60, void, png_write_image, (png_structrp png_ptr, png_bytepp image));
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.c | 731 png_write_image(png, rowPointers); in writeCompressedPNG()
|