Searched refs:png_write_png (Results 1 – 12 of 12) sorted by relevance
/external/libpng/contrib/conftest/ |
D | pngcp.dfa | 12 # png_write_png and small number of configuration settings. 27 # Options to turn on png_read_png and png_write_png:
|
/external/libpng/scripts/ |
D | symbols.def | 187 png_write_png @179
|
D | pnglibconf.dfa | 856 # Turn this off to disable png_read_png() and png_write_png() and
|
/external/libpng/ |
D | example.c | 831 png_write_png(png_ptr, info_ptr, png_transforms, NULL);
|
D | png.h | 2356 PNG_EXPORT(179, void, png_write_png, (png_structrp png_ptr, png_inforp info_ptr,
|
D | pngwrite.c | 1343 png_write_png(png_structrp png_ptr, png_inforp info_ptr, in png_write_png() function
|
D | CHANGES | 682 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
|
D | libpng-manual.txt | 670 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/ |
D | pngimage.c | 1359 png_write_png(dp->write_pp, ip, transforms, NULL/*params*/); in write_png()
|
/external/pdfium/third_party/libpng16/ |
D | pngwrite.c | 1332 png_write_png(png_structrp png_ptr, png_inforp info_ptr, in png_write_png() function
|
D | png.h | 2348 PNG_EXPORT(179, void, png_write_png, (png_structrp png_ptr, png_inforp info_ptr,
|
/external/libpng/contrib/tools/ |
D | pngcp.c | 2063 png_write_png(dp->write_pp, dp->ip, 0U/*transforms*/, NULL/*params*/); in write_png()
|