Searched refs:png_image_finish_read (Results 1 – 16 of 16) sorted by relevance
/external/libpng/contrib/examples/ |
D | simpleover.c | 227 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()
|
D | pngtopng.c | 51 if (png_image_finish_read(&image, NULL/*background*/, buffer, in main()
|
/external/libpng/scripts/ |
D | symbols.def | 244 png_image_finish_read @237
|
/external/skia/third_party/libpng/ |
D | example.c | 99 png_image_finish_read(&image, NULL/*background*/, buffer,
|
D | pngprefix.h | 326 #define png_image_finish_read skia_png_image_finish_read macro
|
D | png.h | 3012 PNG_EXPORT(237, int, png_image_finish_read, (png_imagep image,
|
D | pngread.c | 4069 png_image_finish_read(png_imagep image, png_const_colorp background, in png_image_finish_read() function
|
D | libpng-manual.txt | 3738 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/ |
D | example.c | 99 png_image_finish_read(&image, NULL/*background*/, buffer,
|
D | png.h | 3018 PNG_EXPORT(237, int, png_image_finish_read, (png_imagep image,
|
D | pngread.c | 4077 png_image_finish_read(png_imagep image, png_const_colorp background, in png_image_finish_read() function
|
D | libpng-manual.txt | 3743 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()
|
D | CHANGES | 3922 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/ |
D | png.h | 3012 PNG_EXPORT(237, int, png_image_finish_read, (png_imagep image,
|
D | pngread.c | 4079 png_image_finish_read(png_imagep image, png_const_colorp background, in png_image_finish_read() function
|
/external/libpng/contrib/libtests/ |
D | pngstest.c | 3024 result = png_image_finish_read(&image->image, background, in read_file()
|