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

  /external/libpng/
pngpriv.h 702 #define PNG_FLAG_CRC_ANCILLARY_MASK (PNG_FLAG_CRC_ANCILLARY_USE | \
708 #define PNG_FLAG_CRC_MASK (PNG_FLAG_CRC_ANCILLARY_MASK | \
    [all...]
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.c 145 if ((png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_MASK) ==
    [all...]
pngrutil.c 259 if ((png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_MASK) ==
    [all...]
  /external/pdfium/third_party/libpng16/
pngpriv.h 647 #define PNG_FLAG_CRC_ANCILLARY_MASK (PNG_FLAG_CRC_ANCILLARY_USE | \
653 #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...]
png.c 125 if ((png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_MASK) ==
    [all...]
pngrutil.c 256 if ((png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_MASK) ==
    [all...]

Completed in 85 milliseconds