Searched refs:png_write_png (Results 1 – 12 of 12) sorted by relevance
/external/libpng/ |
D | ANNOUNCE | 30 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
|
D | example.c | 831 png_write_png(png_ptr, info_ptr, png_transforms, NULL);
|
D | png.h | 2478 PNG_EXPORT(179, void, png_write_png, (png_structrp png_ptr, png_inforp info_ptr,
|
D | pngwrite.c | 1543 png_write_png(png_structrp png_ptr, png_inforp info_ptr, in png_write_png() function
|
D | CHANGES | 674 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
|
D | libpng-manual.txt | 666 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/ |
D | symbols.def | 187 png_write_png @179
|
D | pnglibconf.dfa | 828 # Turn this off to disable png_read_png() and png_write_png() and
|
/external/skia/third_party/libpng/ |
D | pngprefix.h | 438 #define png_write_png skia_png_write_png macro
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | png.h | 587 #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,
|
D | fx_pngwrite.c | 1477 png_write_png(png_structrp png_ptr, png_inforp info_ptr, in png_write_png() function
|
/external/libpng/contrib/libtests/ |
D | pngimage.c | 1274 png_write_png(dp->write_pp, ip, transforms, NULL/*params*/); in write_png()
|