Searched refs:png_set_option (Results 1 – 15 of 15) sorted by relevance
/external/libpng/scripts/ |
D | symbols.def | 251 png_set_option @244
|
D | pnglibconf.dfa | 222 # with png_set_option 225 # deprecated - use the png_set_option API.
|
/external/libpng/ |
D | configure.ac | 313 [a call to png_set_option; yes/on: turn on unconditionally.] 359 [a call to png_set_option; yes/on: turn on unconditionally.]
|
D | png.h | 3241 PNG_EXPORT(244, int, png_set_option, (png_structrp png_ptr, int option,
|
D | png.c | 4257 png_set_option(png_structrp png_ptr, int option, int onoff)
|
D | libpng-manual.txt | 4930 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,
|
D | CHANGES | 4445 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/ |
D | pngprefix.h | 230 #define png_set_option skia_png_set_option macro
|
D | png.h | 3232 PNG_EXPORT(244, int, png_set_option, (png_structrp png_ptr, int option,
|
D | png.c | 4223 png_set_option(png_structrp png_ptr, int option, int onoff)
|
D | libpng-manual.txt | 4925 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/ |
D | png.h | 3232 PNG_EXPORT(244, int, png_set_option, (png_structrp png_ptr, int option,
|
D | png.c | 4224 png_set_option(png_structrp png_ptr, int option, int onoff)
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 2057 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/ |
D | png.c | 2270 png_set_option(ping, PNG_SKIP_sRGB_CHECK_PROFILE, PNG_OPTION_ON); in ReadOnePNGImage()
|