Searched refs:PNG_MAX_GAMMA_8 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpnglibconf.h60 #define PNG_MAX_GAMMA_8 11 macro
H A Dpng.c2398 /* PNG_MAX_GAMMA_8 is the number of bits to keep - effectively
2402 if (shift < (16U - PNG_MAX_GAMMA_8))
2403 shift = (16U - PNG_MAX_GAMMA_8);

Completed in 33 milliseconds