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

  /external/libpng/
pngpriv.h 652 #define PNG_FLAG_CRC_ANCILLARY_USE 0x0100
676 #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 257 (PNG_FLAG_CRC_ANCILLARY_USE | PNG_FLAG_CRC_ANCILLARY_NOWARN))
    [all...]
png.c 126 (PNG_FLAG_CRC_ANCILLARY_USE | PNG_FLAG_CRC_ANCILLARY_NOWARN))
    [all...]
  /external/pdfium/third_party/libpng16/
pngpriv.h 623 #define PNG_FLAG_CRC_ANCILLARY_USE 0x0100
647 #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 257 (PNG_FLAG_CRC_ANCILLARY_USE | PNG_FLAG_CRC_ANCILLARY_NOWARN))
    [all...]
png.c 126 (PNG_FLAG_CRC_ANCILLARY_USE | PNG_FLAG_CRC_ANCILLARY_NOWARN))
    [all...]
  /external/skia/third_party/libpng/
pngpriv.h 623 #define PNG_FLAG_CRC_ANCILLARY_USE 0x0100
647 #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 257 (PNG_FLAG_CRC_ANCILLARY_USE | PNG_FLAG_CRC_ANCILLARY_NOWARN))
    [all...]
png.c 126 (PNG_FLAG_CRC_ANCILLARY_USE | PNG_FLAG_CRC_ANCILLARY_NOWARN))
    [all...]
  /external/syslinux/com32/lib/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))
606 if (!(png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_USE))
    [all...]
pngrtran.c 69 png_ptr->flags |= PNG_FLAG_CRC_ANCILLARY_USE;
74 png_ptr->flags |= PNG_FLAG_CRC_ANCILLARY_USE |
    [all...]
  /external/syslinux/com32/include/
png.h     [all...]

Completed in 1183 milliseconds