Searched refs:PNG_SCALE_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.h336 #define PNG_SCALE_16_TO_8 0x4000000L /* Added to libpng-1.5.4 */ macro
H A Dpngrtran.c176 png_ptr->transformations |= PNG_SCALE_16_TO_8;
1360 * 9) PNG_SCALE_16_TO_8
1903 if (png_ptr->transformations & PNG_SCALE_16_TO_8)
1919 * default. This code works because if PNG_SCALE_16_TO_8 is already
1927 png_ptr->transformations |= PNG_SCALE_16_TO_8;
2196 if (png_ptr->transformations & PNG_SCALE_16_TO_8)

Completed in 297 milliseconds