Searched refs:RED_SHIFT (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A DmultiVis.c137 #define RED_SHIFT 16 macro
329 ((colors[red_ind].red >> 8) << RED_SHIFT)
354 ((colors[red_ind].red >> 8) << RED_SHIFT)
371 ((colors[old_pixel].red >> 8) << RED_SHIFT)
/openjdk7/jdk/src/windows/native/sun/windows/
H A DThemeReader.cpp77 #define RED_SHIFT 16 macro
349 r = (pixel & RED_MASK) >> RED_SHIFT;
359 pixel = (a << ALPHA_SHIFT) | (r << RED_SHIFT) |
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPrinterJob.java136 private static final int RED_SHIFT = 16; field in class:PSPrinterJob

Completed in 42 milliseconds