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

  /external/qemu/distrib/libpng-1.2.46/
png.c 230 (PNG_FLAG_CRC_ANCILLARY_USE | PNG_FLAG_CRC_ANCILLARY_NOWARN))
pngrutil.c 216 (PNG_FLAG_CRC_ANCILLARY_USE | PNG_FLAG_CRC_ANCILLARY_NOWARN))
629 if (!(png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_USE))
    [all...]
png.h     [all...]
pngrtran.c 69 png_ptr->flags |= PNG_FLAG_CRC_ANCILLARY_USE;
74 png_ptr->flags |= PNG_FLAG_CRC_ANCILLARY_USE |
    [all...]
  /external/libpng/
pngpriv.h 609 #define PNG_FLAG_CRC_ANCILLARY_USE 0x0100
633 #define PNG_FLAG_CRC_ANCILLARY_MASK (PNG_FLAG_CRC_ANCILLARY_USE | \
    [all...]
pngrtran.c 68 png_ptr->flags |= PNG_FLAG_CRC_ANCILLARY_USE;
73 png_ptr->flags |= PNG_FLAG_CRC_ANCILLARY_USE |
    [all...]
pngrutil.c 278 (PNG_FLAG_CRC_ANCILLARY_USE | PNG_FLAG_CRC_ANCILLARY_NOWARN))
1005 if (!(png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_USE))
    [all...]
png.c 121 (PNG_FLAG_CRC_ANCILLARY_USE | PNG_FLAG_CRC_ANCILLARY_NOWARN))
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 521 #define PNG_FLAG_CRC_ANCILLARY_USE 0x0100
545 #define PNG_FLAG_CRC_ANCILLARY_MASK (PNG_FLAG_CRC_ANCILLARY_USE | \
    [all...]
pngrtran.c 68 png_ptr->flags |= PNG_FLAG_CRC_ANCILLARY_USE;
73 png_ptr->flags |= PNG_FLAG_CRC_ANCILLARY_USE |
    [all...]
  /external/chromium_org/third_party/libpng/
png.c 229 (PNG_FLAG_CRC_ANCILLARY_USE | PNG_FLAG_CRC_ANCILLARY_NOWARN))
pngrutil.c 199 (PNG_FLAG_CRC_ANCILLARY_USE | PNG_FLAG_CRC_ANCILLARY_NOWARN))
613 if (!(png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_USE))
    [all...]
png.h     [all...]
pngrtran.c 69 png_ptr->flags |= PNG_FLAG_CRC_ANCILLARY_USE;
74 png_ptr->flags |= PNG_FLAG_CRC_ANCILLARY_USE |
    [all...]

Completed in 226 milliseconds