Searched defs:gamma_16_from_1 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngstruct.h194 png_uint_16pp gamma_16_from_1; /* converts from 1.0 to screen */ member in struct:png_struct_def
H A Dpngrtran.c3189 png_ptr->gamma_16_from_1 != NULL)
3215 w = png_ptr->gamma_16_from_1[(gray16&0xff) >>
3293 png_ptr->gamma_16_from_1 != NULL)
3323 w = png_ptr->gamma_16_from_1[(gray16&0xff) >>
3442 png_const_uint_16pp gamma_16_from_1 = png_ptr->gamma_16_from_1; local
3868 if (gamma_16 != NULL && gamma_16_from_1 != NULL &&
3902 w = gamma_16_from_1[(v&0xff) >> gamma_shift][v >> 8];
4018 if (gamma_16 != NULL && gamma_16_from_1 != NULL &&
4062 w = gamma_16_from_1[((
[all...]

Completed in 50 milliseconds