Searched refs:shiftRight (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/basebmp/inc/basebmp/ |
H A D | truecolormaskaccessor.hxx | 47 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 D | rgbmaskpixelformats.hxx | 123 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 D | metafunctions.hxx | 210 template< typename T > inline T shiftRight( T v, int shift ) in shiftRight() function
|
Completed in 7 milliseconds