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

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx.h99 #define QUAD_RED_MASK 0x00FF0000 macro
109 #define QUAD_RED(value) (((value)&QUAD_RED_MASK)>>QUAD_RED_SHIFT)
115 (((r)<<QUAD_RED_SHIFT)&QUAD_RED_MASK)| \
H A Dsplashscreen_impl.c62 initFormat(&splash->imageFormat, QUAD_RED_MASK, QUAD_GREEN_MASK,

Completed in 928 milliseconds