Home
last modified time | relevance | path

Searched refs:png_image_finish_read (Results 1 – 13 of 13) 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.c53 if (png_image_finish_read(&image, NULL/*background*/, buffer, in main()
/external/oss-fuzz/projects/libpng-proto/
Dlibpng_transforms_fuzzer.cc128 png_image_finish_read(&image, &color, buffer, 0, colormap); in LLVMFuzzerTestOneInput()
/external/libpng/scripts/
Dsymbols.def243 png_image_finish_read @237
/external/libpng/
Dexample.c102 png_image_finish_read(&image, NULL/*background*/, buffer,
Dpng.h2995 PNG_EXPORT(237, int, png_image_finish_read, (png_imagep image,
Dpngread.c4108 png_image_finish_read(png_imagep image, png_const_colorp background, in png_image_finish_read() function
Dlibpng-manual.txt3797 5) Call png_image_finish_read to read the image and, if required, the
3803 during the png_image_finish_read() step. The only caveat is that if you
4110 int png_image_finish_read(png_imagep image,
5088 png_image_finish_read()
DCHANGES3921 the background parameter of png_image_finish_read. The --background
5621 png_image_finish_read only checked for overflow on the base calculation of
/external/pdfium/third_party/libpng16/
Dpngprefix.h224 #define png_image_finish_read PDFIUM_png_image_finish_read macro
Dpng.h2995 PNG_EXPORT(237, int, png_image_finish_read, (png_imagep image,
Dpngread.c4108 png_image_finish_read(png_imagep image, png_const_colorp background, in png_image_finish_read() function
/external/libpng/contrib/libtests/
Dpngstest.c3033 result = png_image_finish_read(&image->image, background, in read_file()