Home
last modified time | relevance | path

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

/trunk/main/basebmp/source/
H A Dintconversion.hxx60 unsigned int GreenIndex,
64 GreenIndex,
70 GreenIndex,
76 GreenIndex,
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 ^()