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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpng.c2120 png_gamma_16bit_correct(unsigned int value, png_fixed_point gamma_val) function
2155 return png_gamma_16bit_correct(value, gamma_val);
2219 sub_table[j] = png_gamma_16bit_correct(ig, gamma_val);
2287 png_uint_32 bound = png_gamma_16bit_correct(out+128U, gamma_val);
H A Dpngpriv.h1369 PNG_EXTERN png_uint_16 png_gamma_16bit_correct PNGARG((unsigned int value,

Completed in 39 milliseconds