Home
last modified time | relevance | path

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

/external/libpng/scripts/
Dsymbols.def251 png_set_option @244
Dpnglibconf.dfa222 # with png_set_option
225 # deprecated - use the png_set_option API.
/external/libpng/
Dconfigure.ac313 [a call to png_set_option; yes/on: turn on unconditionally.]
359 [a call to png_set_option; yes/on: turn on unconditionally.]
Dpng.h3241 PNG_EXPORT(244, int, png_set_option, (png_structrp png_ptr, int option,
Dpng.c4257 png_set_option(png_structrp png_ptr, int option, int onoff)
Dlibpng-manual.txt4930 The png_set_option() function (and the "options" member of the png struct) was
5088 png_set_option(png_ptr, PNG_SKIP_sRGB_CHECK_PROFILE,
5144 png_set_option(png_ptr, PNG_MAXIMUM_INFLATE_WINDOW,
DCHANGES4445 Added an API png_set_option() to set optimization options externally,
4929 Added PNG_SKIP_sRGB_CHECK_PROFILE choice for png_set_option().
/external/skia/third_party/libpng/
Dpngprefix.h230 #define png_set_option skia_png_set_option macro
Dpng.h3232 PNG_EXPORT(244, int, png_set_option, (png_structrp png_ptr, int option,
Dpng.c4223 png_set_option(png_structrp png_ptr, int option, int onoff)
Dlibpng-manual.txt4925 The png_set_option() function (and the "options" member of the png struct) was
5083 png_set_option(png_ptr, PNG_SKIP_sRGB_CHECK_PROFILE,
5139 png_set_option(png_ptr, PNG_MAXIMUM_INFLATE_WINDOW,
/external/pdfium/third_party/libpng16/
Dpng.h3232 PNG_EXPORT(244, int, png_set_option, (png_structrp png_ptr, int option,
Dpng.c4224 png_set_option(png_structrp png_ptr, int option, int onoff)
/external/libpng/contrib/libtests/
Dpngvalid.c2057 if (png_set_option(ps->pwrite, ps->options[opt].option, in set_store_for_write()
2196 if (png_set_option(ps->pread, ps->options[opt].option, in set_store_for_read()
/external/ImageMagick/coders/
Dpng.c2270 png_set_option(ping, PNG_SKIP_sRGB_CHECK_PROFILE, PNG_OPTION_ON); in ReadOnePNGImage()