Home
last modified time | relevance | path

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

/external/libpng/contrib/examples/
Dpngtopng.c49 if (png_image_finish_read(&image, NULL/*background*/, buffer, in main()
/external/libpng/scripts/
Dsymbols.def244 png_image_finish_read @237
/external/libpng/
Dexample.c99 png_image_finish_read(&image, NULL/*background*/, buffer,
Dpng.h3120 PNG_EXPORT(237, int, png_image_finish_read, (png_imagep image,
Dpngread.c4202 png_image_finish_read(png_imagep image, png_const_colorp background, in png_image_finish_read() function
Dlibpng-manual.txt3729 4) Call png_image_finish_read to read the image into
3735 during the png_image_finish_read() step.
3992 int png_image_finish_read(png_imagep image,
5158 png_image_finish_read()
DCHANGES3911 the background parameter of png_image_finish_read. The --background
/external/skia/third_party/libpng/
Dpngprefix.h322 #define png_image_finish_read skia_png_image_finish_read macro
/external/pdfium/samples/fx_lpng/lpng_v163/
Dpng.h618 #define png_image_finish_read FOXIT_png_image_finish_read macro
3406 PNG_EXPORT(237, int, png_image_finish_read, (png_imagep image,
Dfx_pngread.c3932 png_image_finish_read(png_imagep image, png_const_colorp background, in png_image_finish_read() function
/external/libpng/contrib/libtests/
Dpngstest.c3140 result = png_image_finish_read(&image->image, background, in read_file()