Home
last modified time | relevance | path

Searched refs:png_set_option (Results 1 – 17 of 17) sorted by relevance

/external/libpng/scripts/
Dsymbols.def250 png_set_option @244
Dpnglibconf.dfa223 # with png_set_option
226 # deprecated - use the png_set_option API.
249 # with png_set_option
/external/libpng/contrib/oss-fuzz/
Dlibpng_read_fuzzer.cc123 png_set_option(png_handler.png_ptr, PNG_IGNORE_ADLER32, PNG_OPTION_ON); in LLVMFuzzerTestOneInput()
/external/libpng/
Dconfigure.ac361 [a call to png_set_option; yes/on: turn on unconditionally.]
407 [a call to png_set_option; yes/on: turn on unconditionally.]
486 [api: disable by default, enable by a call to png_set_option]
Dpngtest.c1003 png_set_option(read_ptr, PNG_IGNORE_ADLER32, PNG_OPTION_ON); in test_one_file()
Dpng.h3222 PNG_EXPORT(244, int, png_set_option, (png_structrp png_ptr, int option,
Dpng.c4332 png_set_option(png_structrp png_ptr, int option, int onoff)
Dconfigure1503 call to png_set_option; yes/on: turn on
1510 call to png_set_option; yes/on: turn on
1520 default, enable by a call to png_set_option yes/on:
Dlibpng-manual.txt4983 The png_set_option() function (and the "options" member of the png struct) was
5141 png_set_option(png_ptr, PNG_SKIP_sRGB_CHECK_PROFILE,
5197 png_set_option(png_ptr, PNG_MAXIMUM_INFLATE_WINDOW,
DCHANGES4444 Added an API png_set_option() to set optimization options externally,
4928 Added PNG_SKIP_sRGB_CHECK_PROFILE choice for png_set_option().
/external/pdfium/third_party/libpng16/
Dpngprefix.h366 #define png_set_option PDFIUM_png_set_option macro
Dpng.h3222 PNG_EXPORT(244, int, png_set_option, (png_structrp png_ptr, int option,
Dpng.c4333 png_set_option(png_structrp png_ptr, int option, int onoff)
/external/skqp/src/codec/
DSkPngCodec.cpp792 png_set_option(png_ptr, PNG_MAXIMUM_INFLATE_WINDOW, PNG_OPTION_ON); in read_header()
/external/skia/src/codec/
DSkPngCodec.cpp791 png_set_option(png_ptr, PNG_MAXIMUM_INFLATE_WINDOW, PNG_OPTION_ON); in read_header()
/external/libpng/contrib/libtests/
Dpngvalid.c2056 if (png_set_option(ps->pwrite, ps->options[opt].option, in set_store_for_write()
2195 if (png_set_option(ps->pread, ps->options[opt].option, in set_store_for_read()
/external/ImageMagick/coders/
Dpng.c2520 png_set_option(ping, PNG_IGNORE_ADLER32, PNG_OPTION_ON); in ReadOnePNGImage()
2543 png_set_option(ping, PNG_SKIP_sRGB_CHECK_PROFILE, PNG_OPTION_ON); in ReadOnePNGImage()