Home
last modified time | relevance | path

Searched refs:PNG_SET_OPTION_SUPPORTED (Results 1 – 22 of 22) sorted by relevance

/external/libpng/scripts/
Dsymbols.c45 #define PNG_SET_OPTION_SUPPORTED macro
Dpnglibconf.h.prebuilt104 #define PNG_SET_OPTION_SUPPORTED
/external/libpng/
Dpnglibconf.h104 #define PNG_SET_OPTION_SUPPORTED macro
Dpngstruct.h355 #ifdef PNG_SET_OPTION_SUPPORTED
Dpng.c2290 #ifdef PNG_SET_OPTION_SUPPORTED
4255 #ifdef PNG_SET_OPTION_SUPPORTED
Dpng.h3224 #ifdef PNG_SET_OPTION_SUPPORTED
Dpngrutil.c375 # if defined(PNG_SET_OPTION_SUPPORTED) && defined(PNG_MAXIMUM_INFLATE_WINDOW) in png_inflate_claim()
Dlibpng-manual.txt5087 defined(PNG_SET_OPTION_SUPPORTED)
DCHANGES4994 Guard usage of png_ptr->options with #ifdef PNG_SET_OPTION_SUPPORTED.
/external/skia/third_party/libpng/
Dpnglibconf.h104 #define PNG_SET_OPTION_SUPPORTED macro
Dpngstruct.h355 #ifdef PNG_SET_OPTION_SUPPORTED
Dpng.c2256 #ifdef PNG_SET_OPTION_SUPPORTED
4221 #ifdef PNG_SET_OPTION_SUPPORTED
Dpng.h3218 #ifdef PNG_SET_OPTION_SUPPORTED
Dpngrutil.c375 # if defined(PNG_SET_OPTION_SUPPORTED) && defined(PNG_MAXIMUM_INFLATE_WINDOW) in png_inflate_claim()
Dlibpng-manual.txt5082 defined(PNG_SET_OPTION_SUPPORTED)
/external/pdfium/third_party/libpng16/
Dpnglibconf.h104 #define PNG_SET_OPTION_SUPPORTED macro
Dpngstruct.h355 #ifdef PNG_SET_OPTION_SUPPORTED
Dpng.c2256 #ifdef PNG_SET_OPTION_SUPPORTED
4222 #ifdef PNG_SET_OPTION_SUPPORTED
Dpng.h3218 #ifdef PNG_SET_OPTION_SUPPORTED
Dpngrutil.c375 # if defined(PNG_SET_OPTION_SUPPORTED) && defined(PNG_MAXIMUM_INFLATE_WINDOW) in png_inflate_claim()
/external/libpng/contrib/libtests/
Dpngvalid.c2053 # ifdef PNG_SET_OPTION_SUPPORTED in set_store_for_write()
2192 # ifdef PNG_SET_OPTION_SUPPORTED in set_store_for_read()
11978 #ifdef PNG_SET_OPTION_SUPPORTED in main()
/external/ImageMagick/coders/
Dpng.c2264 #if defined(PNG_SKIP_sRGB_CHECK_PROFILE) && defined(PNG_SET_OPTION_SUPPORTED) in ReadOnePNGImage()