Home
last modified time | relevance | path

Searched refs:png_image_finish_read (Results 1 – 16 of 16) sorted by relevance

/external/libpng/contrib/examples/
Dsimpleover.c227 if (png_image_finish_read(&image, NULL/*background*/, buffer, in create_sprite()
362 if (png_image_finish_read(&in, NULL/*background*/, in add_sprite()
560 if (png_image_finish_read(&image, &background, buffer, in main()
Dpngtopng.c51 if (png_image_finish_read(&image, NULL/*background*/, buffer, in main()
/external/libpng/scripts/
Dsymbols.def244 png_image_finish_read @237
/external/skia/third_party/libpng/
Dexample.c99 png_image_finish_read(&image, NULL/*background*/, buffer,
Dpngprefix.h326 #define png_image_finish_read skia_png_image_finish_read macro
Dpng.h3012 PNG_EXPORT(237, int, png_image_finish_read, (png_imagep image,
Dpngread.c4069 png_image_finish_read(png_imagep image, png_const_colorp background, in png_image_finish_read() function
Dlibpng-manual.txt3738 5) Call png_image_finish_read to read the image and, if required, the
3744 during the png_image_finish_read() step. The only caveat is that if you
4051 int png_image_finish_read(png_imagep image,
5030 png_image_finish_read()
/external/libpng/
Dexample.c99 png_image_finish_read(&image, NULL/*background*/, buffer,
Dpng.h3018 PNG_EXPORT(237, int, png_image_finish_read, (png_imagep image,
Dpngread.c4077 png_image_finish_read(png_imagep image, png_const_colorp background, in png_image_finish_read() function
Dlibpng-manual.txt3743 5) Call png_image_finish_read to read the image and, if required, the
3749 during the png_image_finish_read() step. The only caveat is that if you
4056 int png_image_finish_read(png_imagep image,
5035 png_image_finish_read()
DCHANGES3922 the background parameter of png_image_finish_read. The --background
5622 png_image_finish_read only checked for overflow on the base calculation of
/external/pdfium/third_party/libpng16/
Dpng.h3012 PNG_EXPORT(237, int, png_image_finish_read, (png_imagep image,
Dpngread.c4079 png_image_finish_read(png_imagep image, png_const_colorp background, in png_image_finish_read() function
/external/libpng/contrib/libtests/
Dpngstest.c3024 result = png_image_finish_read(&image->image, background, in read_file()