Searched refs:bShift (Results 1 - 6 of 6) 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)
85 *bShift = blueShift ;
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) ;
326 blue_ind = (old_pixel & reg->vis->blue_mask) >> bShift ;
351 blue_ind = (old_pixel & reg->vis->blue_mask) >> bShift ;
H A Dawt_wm.c2513 Boolean bShift = False; local
2516 if( bShift ) {
2525 bShift = True;
2530 if( bShift ) {
/openjdk7/jdk/test/sun/java2d/cmm/ColorConvertOp/
H A DImageComparator.java38 int bShift = 0; field in class:ImageComparator
52 bShift += (8 - bBits);
56 int d1 = Math.abs(((c1&bMask)>>bShift) - ((c2&bMask)>>bShift));
H A DImageFactory.java60 final static int bShift = 0; field in class:ImageFactory

Completed in 42 milliseconds