Home
last modified time | relevance | path

Searched refs:png_write_png (Results 1 – 12 of 12) sorted by relevance

/external/libpng/
DANNOUNCE30 Added pngimage test program for png_read_png() and png_write_png()
44 Make png_read_png() and png_write_png() prototypes in png.h depend
Dexample.c831 png_write_png(png_ptr, info_ptr, png_transforms, NULL);
Dpng.h2478 PNG_EXPORT(179, void, png_write_png, (png_structrp png_ptr, png_inforp info_ptr,
Dpngwrite.c1543 png_write_png(png_structrp png_ptr, png_inforp info_ptr, in png_write_png() function
DCHANGES674 Added high-level functions png_read_png(), png_write_png(), png_free_pixels().
848 Set the PNG_INFO_IDAT valid flag in png_set_rows() so png_write_png()
1583 png_read_end or png_write_end after png_read_png or png_write_png.
2205 In png_write_png(), respect the placement of the filler bytes in an earlier
2337 Relocated INVERT_ALPHA within png_read_png() and png_write_png().
4807 Added pngimage test program for png_read_png() and png_write_png()
4821 Make png_read_png() and png_write_png() prototypes in png.h depend
Dlibpng-manual.txt666 png_write_info() or png_write_png().
3344 png_write_png(png_ptr, info_ptr, png_transforms, NULL)
3355 when you use png_write_png().
4826 reading, and after png_write_png() or png_write_image() while writing.
/external/libpng/scripts/
Dsymbols.def187 png_write_png @179
Dpnglibconf.dfa828 # Turn this off to disable png_read_png() and png_write_png() and
/external/skia/third_party/libpng/
Dpngprefix.h438 #define png_write_png skia_png_write_png macro
/external/pdfium/samples/fx_lpng/lpng_v163/
Dpng.h587 #define png_write_png FOXIT_png_write_png macro
2765 PNG_EXPORT(179, void, png_write_png, (png_structrp png_ptr, png_inforp info_ptr,
Dfx_pngwrite.c1477 png_write_png(png_structrp png_ptr, png_inforp info_ptr, in png_write_png() function
/external/libpng/contrib/libtests/
Dpngimage.c1274 png_write_png(dp->write_pp, ip, transforms, NULL/*params*/); in write_png()