HomeSort by relevance Sort by last modified time
    Searched refs:warning_or_error (Results 1 - 10 of 10) 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 2730 png_uint_32 warning_or_error; member in struct:__anon24243
    [all...]
png.c     [all...]
  /external/pdfium/third_party/libpng16/
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:__anon29460
    [all...]
png.c     [all...]
  /external/skia/third_party/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:__anon31255
    [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 146 milliseconds