Searched defs:PNG_FILTER_SUB (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGImageReader.java155 static final int PNG_FILTER_SUB = 1; field in class:PNGImageReader
1101 case PNG_FILTER_SUB:
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpng.h1610 #define PNG_FILTER_SUB 0x10 macro
1614 #define PNG_ALL_FILTERS (PNG_FILTER_NONE | PNG_FILTER_SUB | PNG_FILTER_UP | \

Completed in 41 milliseconds