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

  /external/libpng/
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/qemu/distrib/libpng-1.2.19/
png.c 224 (PNG_FLAG_CRC_ANCILLARY_USE | PNG_FLAG_CRC_ANCILLARY_NOWARN))
png.h     [all...]
pngrtran.c 56 png_ptr->flags |= PNG_FLAG_CRC_ANCILLARY_USE;
60 png_ptr->flags |= PNG_FLAG_CRC_ANCILLARY_USE |
    [all...]
pngrutil.c 154 (PNG_FLAG_CRC_ANCILLARY_USE | PNG_FLAG_CRC_ANCILLARY_NOWARN))
513 if (!(png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_USE))
    [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...]

Completed in 440 milliseconds