Home
last modified time | relevance | path

Searched refs:png_destroy_write_struct (Results 1 – 24 of 24) sorted by relevance

/external/libpng/contrib/gregbook/
Dwritepng.c100 png_destroy_write_struct(&png_ptr, NULL); in writepng_init()
112 png_destroy_write_struct(&png_ptr, &info_ptr); in writepng_init()
149 png_destroy_write_struct(&png_ptr, &info_ptr); in writepng_init()
269 png_destroy_write_struct(&png_ptr, &info_ptr); in writepng_encode_image()
307 png_destroy_write_struct(&png_ptr, &info_ptr); in writepng_encode_row()
337 png_destroy_write_struct(&png_ptr, &info_ptr); in writepng_encode_finish()
362 png_destroy_write_struct(&png_ptr, &info_ptr); in writepng_cleanup()
/external/deqp/framework/common/
DtcuImageIO.cpp171 png_destroy_write_struct(&pngPtr, NULL); in savePNG()
177 png_destroy_write_struct(&pngPtr, &infoPtr); in savePNG()
200 png_destroy_write_struct(&pngPtr, &infoPtr); in savePNG()
/external/libpng/contrib/pngminus/
Dpnm2png.c432 png_destroy_write_struct (&png_ptr, (png_infopp) NULL); in pnm2png()
447 png_destroy_write_struct (&png_ptr, (png_infopp) NULL); in pnm2png()
467 png_destroy_write_struct (&png_ptr, (png_infopp) NULL); in pnm2png()
483 png_destroy_write_struct (&png_ptr, (png_infopp) NULL); in pnm2png()
/external/libpng/contrib/visupng/
DPngFile.c327 png_destroy_write_struct(&png_ptr, (png_infopp) NULL); in PngSaveImage()
384 png_destroy_write_struct(&png_ptr, (png_infopp) NULL); in PngSaveImage()
391 png_destroy_write_struct(&png_ptr, (png_infopp) NULL); in PngSaveImage()
/external/libpng/
Dexample.c796 png_destroy_write_struct(&png_ptr, NULL);
807 png_destroy_write_struct(&png_ptr, &info_ptr);
1052 png_destroy_write_struct(&png_ptr, &info_ptr);
Dpngtest.c916 png_destroy_write_struct(&write_ptr, &write_info_ptr); in test_one_file()
932 png_destroy_write_struct(&write_ptr, &write_info_ptr); in test_one_file()
1546 png_destroy_write_struct(&write_ptr, &write_info_ptr); in test_one_file()
Dpngwrite.c965 png_destroy_write_struct(png_structpp png_ptr_ptr, png_infopp info_ptr_ptr) in png_destroy_write_struct() function
1699 png_destroy_write_struct(&png_ptr, NULL); in png_image_write_init()
Dpng.h1543 PNG_EXPORT(65, void, png_destroy_write_struct, (png_structpp png_ptr_ptr,
Dpng.c4364 png_destroy_write_struct(&c.png_ptr, &c.info_ptr);
Dlibpng-manual.txt2706 png_destroy_write_struct(&png_ptr,
2733 png_destroy_write_struct(&png_ptr, &info_ptr);
3627 png_destroy_write_struct(&png_ptr, &info_ptr);
3657 png_destroy_write_struct().
4560 png_destroy_write_struct() if you feel there is too much system overhead
DCHANGES98 png_destroy_write_struct() instead of the separate calls to
755 Revised example.c, usage of png_destroy_write_struct().
856 Fixed incorrect illustrations of png_destroy_write_struct() in example.c.
1216 Add "mem_ptr = png_ptr->mem_ptr" in png_destroy_write_struct() (Paul Gardner).
3600 Removed some redundant code from pngwrite.c, in png_destroy_write_struct().
/external/libpng/scripts/
Dsymbols.def73 png_destroy_write_struct @65
/external/pdfium/samples/
Dimage_diff_png.cc587 png_destroy_write_struct(&png_ptr, NULL); in EncodeWithCompressionLevel()
596 png_destroy_write_struct(&png_ptr, &info_ptr); in EncodeWithCompressionLevel()
/external/opencv/otherlibs/highgui/
Dgrfmt_png.cpp322 png_destroy_write_struct( &png_ptr, &info_ptr ); in WriteImage()
/external/skia/src/images/
DSkImageDecoder_libpng.cpp1195 png_destroy_write_struct(&png_ptr, png_infopp_NULL); in doEncode()
1203 png_destroy_write_struct(&png_ptr, &info_ptr); in doEncode()
1254 png_destroy_write_struct(&png_ptr, &info_ptr); in doEncode()
/external/libpng/contrib/libtests/
Dmakepng.c577 png_destroy_write_struct(&nv_ptr, &nv_info); in write_png()
717 png_destroy_write_struct(&nv_ptr, &nv_info); in write_png()
Dpngimage.c580 png_destroy_write_struct(&dp->write_pp, NULL); in display_clean_write()
Dpngvalid.c1500 png_destroy_write_struct(&ps->pwrite, &ps->piwrite); in store_write_reset()
/external/skia/third_party/libpng/
Dpngprefix.h414 #define png_destroy_write_struct skia_png_destroy_write_struct macro
/external/deqp/framework/qphelper/
DqpTestLog.c751 png_destroy_write_struct(&png, DE_NULL); in compressImagePNG()
754 png_destroy_write_struct(&png, &info); in compressImagePNG()
/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_pngwrite.c899 png_destroy_write_struct(png_structpp png_ptr_ptr, png_infopp info_ptr_ptr) in png_destroy_write_struct() function
1597 png_destroy_write_struct(&png_ptr, NULL); in png_image_write_init()
Dpng.h471 #define png_destroy_write_struct FOXIT_png_destroy_write_struct macro
1852 PNG_EXPORT(65, void, png_destroy_write_struct, (png_structpp png_ptr_ptr,
Dfx_png.c4252 png_destroy_write_struct(&c.png_ptr, &c.info_ptr);
/external/libvncserver/libvncserver/
Dtight.c1816 png_destroy_write_struct(&png_ptr, NULL); in SendPngRect()
1885 png_destroy_write_struct(&png_ptr, &info_ptr); in SendPngRect()