/external/webkit/WebCore/platform/image-decoders/png/ |
PNGImageDecoder.cpp | 221 png_error(png, warningMsg);
|
/external/libpng/ |
example.c | 763 png_error (png_ptr, "Image is too tall to process in memory");
|
png.c | 107 png_error(png_ptr, "Too many bytes for PNG signature."); 838 PNG_ABORT(); /* We haven't got access to png_ptr, so no png_error() */ 1098 png_error(png_ptr, "Invalid IHDR data");
|
pngset.c | 457 png_error(png_ptr, "Invalid palette length"); 649 png_error(png_ptr, "Insufficient memory to store text"); [all...] |
pngconf.h | 124 # define png_benign_error png_error 250 * in png_error() and png_warning(). #defining PNG_NO_CONSOLE_IO will [all...] |
pngrtran.c | [all...] |
CHANGES | [all...] |
png.h | [all...] |
/external/skia/src/images/ |
SkImageDecoder_libpng.cpp | 64 png_error(png_ptr, "Read Error!"); 506 png_error(png_ptr, "sk_write_fn Error!");
|
/external/qemu/distrib/libpng-1.2.19/ |
png.c | 103 png_error(png_ptr, "Too many bytes for PNG signature."); 891 PNG_ABORT(); /* We haven't got access to png_ptr, so no png_error() */
|
pngrtran.c | [all...] |
png.h | [all...] |
/frameworks/base/tools/aapt/ |
Images.cpp | 23 png_error(png_ptr, "Write Error"); [all...] |