Home
last modified time | relevance | path

Searched refs:png_write_png (Results 1 – 12 of 12) 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.def187 png_write_png @179
Dpnglibconf.dfa856 # Turn this off to disable png_read_png() and png_write_png() and
/external/libpng/
Dexample.c831 png_write_png(png_ptr, info_ptr, png_transforms, NULL);
Dpng.h2356 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
DCHANGES682 Added high-level functions png_read_png(), png_write_png(), png_free_pixels().
856 Set the PNG_INFO_IDAT valid flag in png_set_rows() so png_write_png()
1592 png_read_end or png_write_end after png_read_png or png_write_png.
2214 In png_write_png(), respect the placement of the filler bytes in an earlier
2346 Relocated INVERT_ALPHA within png_read_png() and png_write_png().
4820 Added pngimage test program for png_read_png() and png_write_png()
4834 Make png_read_png() and png_write_png() prototypes in png.h depend
Dlibpng-manual.txt670 png_write_info() or png_write_png().
3409 png_write_png(png_ptr, info_ptr, png_transforms, NULL)
3420 when you use png_write_png().
4840 reading, and after png_write_png() or png_write_image() while writing.
/external/libpng/contrib/libtests/
Dpngimage.c1359 png_write_png(dp->write_pp, ip, transforms, NULL/*params*/); in write_png()
/external/pdfium/third_party/libpng16/
Dpngwrite.c1332 png_write_png(png_structrp png_ptr, png_inforp info_ptr, in png_write_png() function
Dpng.h2348 PNG_EXPORT(179, void, png_write_png, (png_structrp png_ptr, png_inforp info_ptr,
/external/libpng/contrib/tools/
Dpngcp.c2063 png_write_png(dp->write_pp, dp->ip, 0U/*transforms*/, NULL/*params*/); in write_png()