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

  /external/libpng/
png.c 229 if ((png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_MASK) ==
pngrtran.c 68 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK;
73 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK;
79 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK;
87 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK;
    [all...]
png.h     [all...]
pngrutil.c 215 if ((png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_MASK) ==
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
png.c 223 if ((png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_MASK) ==
pngrtran.c 55 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK;
59 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK;
64 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK;
70 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK;
    [all...]
png.h     [all...]
pngrutil.c 153 if ((png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_MASK) ==
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 545 #define PNG_FLAG_CRC_ANCILLARY_MASK (PNG_FLAG_CRC_ANCILLARY_USE | \
551 #define PNG_FLAG_CRC_MASK (PNG_FLAG_CRC_ANCILLARY_MASK | \
    [all...]
pngrtran.c 67 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK;
72 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK;
78 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK;
86 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK;
    [all...]
  /external/chromium_org/third_party/libpng/
png.c 228 if ((png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_MASK) ==
pngrtran.c 68 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK;
73 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK;
79 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK;
87 png_ptr->flags &= ~PNG_FLAG_CRC_ANCILLARY_MASK;
    [all...]
png.h     [all...]
pngrutil.c 198 if ((png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_MASK) ==
    [all...]

Completed in 70 milliseconds