Searched refs:PNG_SHIFT (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngwtran.c97 if (png_ptr->transformations & PNG_SHIFT)
H A Dpngpriv.h312 #define PNG_SHIFT 0x0008 macro
H A Dpngread.c517 if (png_ptr->transformations & PNG_SHIFT)
H A Dpngtrans.c117 png_ptr->transformations |= PNG_SHIFT;
H A Dpngwrite.c676 if (png_ptr->transformations & PNG_SHIFT)
H A Dpngrtran.c1366 * 15) PNG_SHIFT
1811 if ((png_ptr->transformations & PNG_SHIFT) &&
2243 if (png_ptr->transformations & PNG_SHIFT)

Completed in 54 milliseconds