Home
last modified time | relevance | path

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

/external/libpng/contrib/conftest/
Dpngcp.dfa12 # png_write_png and small number of configuration settings.
27 # Options to turn on png_read_png and png_write_png:
/external/libpng/scripts/
Dsymbols.def186 png_write_png @179
Dpnglibconf.dfa857 # Turn this off to disable png_read_png() and png_write_png() and
/external/libpng/
Dexample.c805 png_write_png(png_ptr, info_ptr, png_transforms, NULL);
Dpng.h2325 PNG_EXPORT(179, void, png_write_png, (png_structrp png_ptr, png_inforp info_ptr,
Dpngwrite.c1343 png_write_png(png_structrp png_ptr, png_inforp info_ptr, in png_write_png() function
DCHANGES681 Added high-level functions png_read_png(), png_write_png(), png_free_pixels().
855 Set the PNG_INFO_IDAT valid flag in png_set_rows() so png_write_png()
1591 png_read_end or png_write_end after png_read_png or png_write_png.
2213 In png_write_png(), respect the placement of the filler bytes in an earlier
2345 Relocated INVERT_ALPHA within png_read_png() and png_write_png().
4819 Added pngimage test program for png_read_png() and png_write_png()
4833 Make png_read_png() and png_write_png() prototypes in png.h depend
Dlibpng-manual.txt671 png_write_info() or png_write_png().
3410 png_write_png(png_ptr, info_ptr, png_transforms, NULL)
3421 when you use png_write_png().
4841 reading, and after png_write_png() or png_write_image() while writing.
/external/pdfium/third_party/libpng16/
Dpngprefix.h443 #define png_write_png PDFIUM_png_write_png macro
Dpngwrite.c1343 png_write_png(png_structrp png_ptr, png_inforp info_ptr, in png_write_png() function
Dpng.h2325 PNG_EXPORT(179, void, png_write_png, (png_structrp png_ptr, png_inforp info_ptr,
/external/libpng/contrib/libtests/
Dpngimage.c1359 png_write_png(dp->write_pp, ip, transforms, NULL/*params*/); in write_png()
/external/libpng/contrib/tools/
Dpngcp.c2063 png_write_png(dp->write_pp, dp->ip, 0U/*transforms*/, NULL/*params*/); in write_png()