Searched refs:nRedBits_ (Results 1 – 2 of 2) sorted by relevance
136 int nRedBits_; member in SalVisual
2779 nRedBits_ = sal_significantBits( red_mask ); in SalVisual()2947 if( nRedBits_ != 8 ) in GetTCColor()2948 r |= (r & 0xff) >> (8-nRedBits_); in GetTCColor()
Completed in 20 milliseconds