Searched refs:png_set_option (Results 1 – 10 of 10) 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 | 281 [a call to png_set_option; yes/on: turn on unconditionally.]
|
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 | 4917 The png_set_option() function (and the "options" member of the png struct) was 5075 png_set_option(png_ptr, PNG_SKIP_sRGB_CHECK_PROFILE, 5131 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/pdfium/third_party/lpng_v163/ |
D | png.h | 624 #define png_set_option FOXIT_png_set_option macro 3540 PNG_EXPORT(244, int, png_set_option, (png_structrp png_ptr, int option,
|
D | png.c | 4020 png_set_option(png_structrp png_ptr, int option, int onoff)
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 1683 if (png_set_option(ps->pwrite, ps->options[opt].option, in set_store_for_write() 1812 if (png_set_option(ps->pread, ps->options[opt].option, in set_store_for_read()
|