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

/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_ByteGray_FromRgb.c43 static const mlib_s32 RGB_weight[] = { variable
55 mlib_f32 alpha = ((mlib_f32*)RGB_weight)[0]; \
56 mlib_f32 beta = ((mlib_f32*)RGB_weight)[1]; \
57 mlib_f32 gamma = ((mlib_f32*)RGB_weight)[2]; \
58 mlib_d64 d_half = vis_to_double_dup(RGB_weight[3]); \
H A Dvis_UshortGray_FromRgb.c43 static const mlib_s32 RGB_weight[] = { variable
55 mlib_f32 alpha = ((mlib_f32*)RGB_weight)[0]; \
56 mlib_f32 beta = ((mlib_f32*)RGB_weight)[1]; \
57 mlib_f32 gamma = ((mlib_f32*)RGB_weight)[2]; \
59 mlib_d64 d_half = vis_to_double_dup(RGB_weight[3]); \

Completed in 35 milliseconds