Home
last modified time | relevance | path

Searched refs:PNG_MAX_UINT (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/com32/lib/libpng/
DCHANGES452 Replaced 2147483647L several places with PNG_MAX_UINT macro, defined in png.h
1063 Check chunk_length and idat_size for invalid (over PNG_MAX_UINT) lengths.
1095 Add typecasts of PNG_MAX_UINT in pngset_cHRM_fixed() (Matt Holgate).
1294 Renamed PNG_MAX_UINT to PNG_UINT_31_MAX.
/external/syslinux/com32/include/
Dpng.h1055 #define PNG_MAX_UINT PNG_UINT_31_MAX macro
/external/libpng/
DCHANGES484 Replaced 2147483647L several places with PNG_MAX_UINT macro, defined in png.h
1179 Check chunk_length and idat_size for invalid (over PNG_MAX_UINT) lengths.
1216 Add typecasts of PNG_MAX_UINT in pngset_cHRM_fixed() (Matt Holgate).
1446 Renamed PNG_MAX_UINT to PNG_UINT_31_MAX.
1949 removed the deprecated macro PNG_MAX_UINT.
Dlibpng-manual.txt4632 PNG_MAX_UINT was replaced with PNG_UINT_31_MAX. It has been
/external/skia/third_party/libpng/
Dlibpng-manual.txt4627 PNG_MAX_UINT was replaced with PNG_UINT_31_MAX. It has been