HomeSort by relevance Sort by last modified time
    Searched refs:png_chunk_error (Results 1 - 13 of 13) sorted by null

  /external/libpng/
pngrutil.c 239 png_chunk_error(png_ptr, "CRC error");
328 png_chunk_error(png_ptr, "insufficient memory to read chunk");
358 png_chunk_error(png_ptr, msg);
849 png_chunk_error(png_ptr, "out of place");
853 png_chunk_error(png_ptr, "invalid");
924 png_chunk_error(png_ptr, "missing IHDR");
932 png_chunk_error(png_ptr, "duplicate");
969 png_chunk_error(png_ptr, "invalid");
    [all...]
pngerror.c 380 png_chunk_error(png_ptr, error_message);
480 png_chunk_error,(png_const_structrp png_ptr, png_const_charp error_message),
521 png_chunk_error(png_ptr, error_message);
546 if (error < PNG_CHUNK_ERROR)
png.h 1816 # define png_chunk_error macro
    [all...]
pngread.c 117 png_chunk_error(png_ptr, "Missing IHDR before IDAT");
121 png_chunk_error(png_ptr, "Missing PLTE before IDAT");
    [all...]
  /external/syslinux/com32/lib/libpng/
pngerror.c 191 png_chunk_error(png_structp png_ptr, png_const_charp error_message) function
228 png_chunk_error(png_ptr, error_message);
pngrutil.c 178 png_chunk_error(png_ptr, "CRC error");
610 png_chunk_error(png_ptr, "CRC error");
    [all...]
pngpread.c     [all...]
  /external/pdfium/third_party/libpng16/
pngrutil.c 236 png_chunk_error(png_ptr, "CRC error");
324 png_chunk_error(png_ptr, "insufficient memory to read chunk");
354 png_chunk_error(png_ptr, msg);
839 png_chunk_error(png_ptr, "out of place");
843 png_chunk_error(png_ptr, "invalid");
914 png_chunk_error(png_ptr, "missing IHDR");
922 png_chunk_error(png_ptr, "duplicate");
959 png_chunk_error(png_ptr, "invalid");
    [all...]
pngerror.c 380 png_chunk_error(png_ptr, error_message);
480 png_chunk_error,(png_const_structrp png_ptr, png_const_charp error_message),
521 png_chunk_error(png_ptr, error_message);
546 if (error < PNG_CHUNK_ERROR)
png.h 1819 # define png_chunk_error macro
    [all...]
pngread.c 117 png_chunk_error(png_ptr, "Missing IHDR before IDAT");
121 png_chunk_error(png_ptr, "Missing PLTE before IDAT");
    [all...]
  /external/syslinux/com32/include/
pngconf.h 125 # define png_chunk_benign_error png_chunk_error
    [all...]
png.h     [all...]

Completed in 579 milliseconds