Home
last modified time | relevance | path

Searched refs:shiftRight (Results 1 – 3 of 3) sorted by relevance

/trunk/main/basebmp/inc/basebmp/
H A Dtruecolormaskaccessor.hxx47 template< typename T > inline T shiftRight( T v, int shift ) in shiftRight() function
142 value_type res( (shiftRight(red, in toValue()
144 (shiftRight(red, in toValue()
147 (shiftRight(green, in toValue()
149 (shiftRight(green, in toValue()
152 (shiftRight(blue, in toValue()
154 (shiftRight(blue, in toValue()
H A Drgbmaskpixelformats.hxx123 ColorType res( (shiftRight(red, in operator ()()
127 (shiftRight(red, in operator ()()
132 (shiftRight(green, in operator ()()
136 (shiftRight(green, in operator ()()
141 (shiftRight(blue, in operator ()()
145 (shiftRight(blue, in operator ()()
H A Dmetafunctions.hxx210 template< typename T > inline T shiftRight( T v, int shift ) in shiftRight() function

Completed in 21 milliseconds