Home
last modified time | relevance | path

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

/trunk/main/basebmp/source/
H A Dintconversion.hxx59 template< unsigned int RedIndex,
63 RedIndex,
69 RedIndex,
75 RedIndex,
H A Dbitmapdevice.cxx77 template< class Value, unsigned int RedIndex, unsigned int BlueIndex, unsigned int GreenIndex >
78 inline RGBValue<Value, RedIndex, GreenIndex, BlueIndex>
79 operator^( RGBValue<Value, RedIndex, GreenIndex, BlueIndex> const& lhs, in operator ^() argument
80 RGBValue<Value, RedIndex, GreenIndex, BlueIndex> const& rhs ) in operator ^()
82 RGBValue<Value, RedIndex, GreenIndex, BlueIndex> res( in operator ^()