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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngwtran.c118 if (png_ptr->transformations & PNG_INVERT_MONO)
H A Dpngpriv.h314 #define PNG_INVERT_MONO 0x0020 macro
H A Dpngread.c496 if (png_ptr->transformations & PNG_INVERT_MONO)
H A Dpngtrans.c233 png_ptr->transformations |= PNG_INVERT_MONO;
H A Dpngwrite.c655 if (png_ptr->transformations & PNG_INVERT_MONO)
H A Dpngrtran.c1365 * 14) PNG_INVERT_MONO
2238 if (png_ptr->transformations & PNG_INVERT_MONO)

Completed in 77 milliseconds