Searched refs:rShift (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Drobot_common.h37 int *rShift, int *gShift, int *bShift);
H A Drobot_common.c45 int32_t *rShift, int32_t *gShift, int32_t *bShift)
83 *rShift = redShift ;
41 QueryColorMap(Display *disp, Colormap src_cmap, Visual *src_vis, XColor **src_colors, int32_t *rShift, int32_t *gShift, int32_t *bShift) argument
H A DmultiVis.c303 int32_t rShift,gShift,bShift; local
307 &rShift,&gShift,&bShift) ;
324 red_ind = (old_pixel & reg->vis->red_mask) >> rShift ;
349 red_ind = (old_pixel & reg->vis->red_mask) >> rShift ;
/openjdk7/jdk/test/sun/java2d/cmm/ColorConvertOp/
H A DImageComparator.java36 int rShift = 16; field in class:ImageComparator
50 rShift += (8 - rBits);
58 int d3 = Math.abs(((c1&rMask)>>rShift) - ((c2&rMask)>>rShift));
H A DImageFactory.java58 final static int rShift = 16; field in class:ImageFactory

Completed in 47 milliseconds