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

  /external/libpng/
pngerror.c 897 image->warning_or_error |= PNG_IMAGE_ERROR;
927 if (image->warning_or_error == 0)
930 image->warning_or_error |= PNG_IMAGE_WARNING;
png.h 2724 png_uint_32 warning_or_error; member in struct:__anon16183
    [all...]
png.c     [all...]
  /external/pdfium/third_party/lpng_v163/
pngerror.c 865 image->warning_or_error |= PNG_IMAGE_ERROR;
895 if (image->warning_or_error == 0)
898 image->warning_or_error |= PNG_IMAGE_WARNING;
png.h 3125 png_uint_32 warning_or_error; member in struct:__anon21690
    [all...]
png.c     [all...]
  /external/libpng/contrib/libtests/
pngstest.c 730 if (image->image.warning_or_error)
773 else if (image->image.warning_or_error != 0 &&
    [all...]

Completed in 52 milliseconds