Searched defs:png_image_finish_read (Results 1 - 4 of 4) sorted by relevance

/external/libpng/
H A Dpngread.c1384 /* Arguments to png_image_finish_read: */
3048 /* The final part of the color-map read called from png_image_finish_read. */
3774 /* The guts of png_image_finish_read as a png_safe_execute callback. */
4202 png_image_finish_read(png_imagep image, png_const_colorp background, function
4253 "png_image_finish_read[color-map]: no color-map");
4258 "png_image_finish_read: invalid argument");
4263 "png_image_finish_read: damaged PNG_IMAGE_VERSION");
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_pngread.c1124 /* Arguments to png_image_finish_read: */
2782 /* The final part of the color-map read called from png_image_finish_read. */
3504 /* The guts of png_image_finish_read as a png_safe_execute callback. */
3932 png_image_finish_read(png_imagep image, png_const_colorp background, function
3983 "png_image_finish_read[color-map]: no color-map");
3988 "png_image_finish_read: invalid argument");
3993 "png_image_finish_read: damaged PNG_IMAGE_VERSION");
H A Dpng.h618 #define png_image_finish_read FOXIT_png_image_finish_read macro
3066 * 5) Call png_image_finish_read to read the image and, if required, the
3072 * during the png_image_finish_read() step. The only caveat is that if you
3406 PNG_EXPORT(237, int, png_image_finish_read, (png_imagep image,
/external/skia/third_party/libpng/
H A Dpngprefix.h322 #define png_image_finish_read skia_png_image_finish_read macro

Completed in 735 milliseconds