Home
last modified time | relevance | path

Searched refs:LIBPNG_BUG (Results 1 – 2 of 2) sorted by relevance

/external/libpng/contrib/libtests/
Dpngimage.c516 LIBPNG_BUG, /* erroneous behavior in libpng */ enumerator
700 case LIBPNG_BUG: lp = "bug(libpng)"; break; in display_log()
939 display_log(dp, LIBPNG_BUG, "png_get_rowbytes returned 0"); in update_display()
943 display_log(dp, LIBPNG_BUG, "png_read_png did not set IDAT flag"); in update_display()
947 display_log(dp, LIBPNG_BUG, "png_read_png did not create row buffers"); in update_display()
952 display_log(dp, LIBPNG_BUG, "png_get_IHDR failed"); in update_display()
1065 display_log(dp, LIBPNG_BUG, "png_get_rows returned NULL"); in compare_read()
1154 display_log(dp, LIBPNG_BUG, in compare_read()
1209 display_log(dp, LIBPNG_BUG, "invalid bit depth %d", bit_depth); in compare_read()
/external/libpng/contrib/tools/
Dpngcp.c127 LIBPNG_BUG, /* erroneous behavior in libpng */ enumerator
608 case LIBPNG_BUG: lp = "bug(libpng)"; break; in display_log()