Searched refs:PNG_FILTER_NONE (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngwutil.c837 png_ptr->do_filter = PNG_FILTER_NONE;
845 if (png_ptr->do_filter != PNG_FILTER_NONE)
2510 if ((filter_to_do & PNG_FILTER_NONE) && filter_to_do != PNG_FILTER_NONE)
H A Dpng.h1609 #define PNG_FILTER_NONE 0x08 macro
1614 #define PNG_ALL_FILTERS (PNG_FILTER_NONE | PNG_FILTER_SUB | PNG_FILTER_UP | \
H A Dpngwrite.c1062 png_ptr->do_filter = PNG_FILTER_NONE; break;
1157 png_ptr->do_filter = PNG_FILTER_NONE;
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGImageReader.java154 static final int PNG_FILTER_NONE = 0; field in class:PNGImageReader
1099 case PNG_FILTER_NONE:

Completed in 40 milliseconds