Home
last modified time | relevance | path

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

/external/libpng/
DANNOUNCE30 Added pngimage test program for png_read_png() and png_write_png()
33 png_set_packing() in png_read_png().
44 Make png_read_png() and png_write_png() prototypes in png.h depend
Dexample.c354 png_read_png(png_ptr, info_ptr, png_transforms, NULL);
DCHANGES674 Added high-level functions png_read_png(), png_write_png(), png_free_pixels().
706 Fixed a bug in png_read_png() that caused it to fail to expand some images
718 Modified png_read_png() to allocate info_ptr->row_pointers only if it
800 Modified png_read_png so that it will use user_allocated row_pointers
1453 Fixed integer arithmetic overflow vulnerability in png_read_png().
1583 png_read_end or png_write_end after png_read_png or png_write_png.
2337 Relocated INVERT_ALPHA within png_read_png() and png_write_png().
2387 row_pointers in png_read_png().
3252 Turned on interlace handling in png_read_png().
4807 Added pngimage test program for png_read_png() and png_write_png()
[all …]
Dpng.h2474 PNG_EXPORT(178, void, png_read_png, (png_structrp png_ptr, png_inforp info_ptr,
Dlibpng-manual.txt663 before calling png_read_info(), png_read_png(), or png_process_data().
1139 png_read_png(png_ptr, info_ptr, png_transforms, NULL)
1150 when you use png_read_png().
1152 After you have called png_read_png(), you can retrieve the image data
1162 row_pointers prior to calling png_read_png() with
1190 If you don't allocate row_pointers ahead of time, png_read_png() will
4766 of "png_malloc(); memset();" except in the case in png_read_png()
4825 This statement must appear after png_read_png() or png_read_image() while
Dpngread.c1174 png_read_png(png_structrp png_ptr, png_inforp info_ptr, in png_read_png() function
/external/libpng/scripts/
Dsymbols.def186 png_read_png @178
Dpnglibconf.dfa828 # Turn this off to disable png_read_png() and png_write_png() and
/external/skia/third_party/libpng/
Dpngprefix.h326 #define png_read_png skia_png_read_png macro
/external/pdfium/samples/fx_lpng/lpng_v163/
Dpng.h586 #define png_read_png FOXIT_png_read_png macro
2763 PNG_EXPORT(178, void, png_read_png, (png_structrp png_ptr, png_inforp info_ptr,
Dfx_pngread.c934 png_read_png(png_structrp png_ptr, png_inforp info_ptr, in png_read_png() function
/external/libpng/contrib/libtests/
Dpngimage.c819 png_read_png(pp, ip, transforms, NULL/*params*/); in read_png()