Searched refs:LIBPNG_ERROR (Results 1 – 2 of 2) sorted by relevance
/external/libpng/contrib/libtests/ |
D | pngimage.c | 515 LIBPNG_ERROR, /* this and higher cause a longjmp */ enumerator 699 case LIBPNG_ERROR: lp = "error(libpng)"; break; in display_log() 778 display_log(dp, LIBPNG_ERROR, "%s", error); in display_error() 884 display_log(dp, LIBPNG_ERROR, "failed to create read struct"); in read_png() 891 display_log(dp, LIBPNG_ERROR, "failed to create info struct"); in read_png() 1137 display_log(dp, LIBPNG_ERROR, "invalid colour type %d", in compare_read()
|
/external/libpng/contrib/tools/ |
D | pngcp.c | 126 LIBPNG_ERROR, /* this and higher cause a longjmp */ enumerator 607 case LIBPNG_ERROR: lp = "error(libpng)"; break; in display_log() 1700 display_log(dp, LIBPNG_ERROR, "%s", error); in display_error() 1738 display_log(dp, LIBPNG_ERROR, "PNG file truncated"); in read_function() 1740 display_log(dp, LIBPNG_ERROR, "PNG file read failed (%s)", in read_function() 1754 display_log(dp, LIBPNG_ERROR, "failed to create read struct"); in read_png() 1827 display_log(dp, LIBPNG_ERROR, "invalid png_get_PLTE result"); in read_png() 1985 display_log(dp, LIBPNG_ERROR, "failed to create write png_struct"); in write_png()
|