Searched refs:PNG_16_TO_8 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpng.c2396 if (png_ptr->transformations & (PNG_16_TO_8 | PNG_SCALE_16_TO_8))
2417 if (png_ptr->transformations & (PNG_16_TO_8 | PNG_SCALE_16_TO_8))
H A Dpngpriv.h319 #define PNG_16_TO_8 0x0400 /* Becomes 'chop' in 1.5.4 */ macro
H A Dpngrtran.c190 png_ptr->transformations |= PNG_16_TO_8;
1361 * 10) PNG_16_TO_8
1908 if (png_ptr->transformations & PNG_16_TO_8)
1922 png_ptr->transformations |= PNG_16_TO_8;
2205 if (png_ptr->transformations & PNG_16_TO_8)

Completed in 120 milliseconds