Home
last modified time | relevance | path

Searched refs:nRedShift_ (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx2775 nRedShift_ = sal_Shift( red_mask ); in SalVisual()
2939 return MAKE_SALCOLOR( r >> nRedShift_, in GetTCColor()
2943 if( nRedShift_ > 0 ) r >>= nRedShift_; else r <<= -nRedShift_; in GetTCColor()
2970 return (r << nRedShift_) | (g << nGreenShift_) | (b << nBlueShift_); in GetTCPixel()
2972 if( nRedShift_ > 0 ) r <<= nRedShift_; else r >>= -nRedShift_; in GetTCPixel()
/trunk/main/vcl/inc/unx/
H A Dsaldisp.hxx133 int nRedShift_; member in SalVisual

Completed in 45 milliseconds