Lines Matching defs:const
46 PIXBYTE* GetRawPtr( void ) const { return mpPixel; } in GetRawPtr()
48 bool operator<( const BasePixelPtr& rCmp ) const { return (mpPixel < rCmp.mpPixel); } in operator <()
81 void SetAlpha( PIXBYTE ) const {} in SetAlpha()
83 void SetColor( PIXBYTE r, PIXBYTE g, PIXBYTE b ) const in SetColor()
101 void SetAlpha( PIXBYTE ) const {} in SetAlpha()
103 void SetColor( PIXBYTE r, PIXBYTE g, PIXBYTE b ) const in SetColor()
121 void SetAlpha( PIXBYTE a ) const { mpPixel[0] = a; } in SetAlpha()
123 void SetColor( PIXBYTE r, PIXBYTE g, PIXBYTE b ) const in SetColor()
141 void SetAlpha( PIXBYTE a ) const { mpPixel[0] = a; } in SetAlpha()
143 void SetColor( PIXBYTE r, PIXBYTE g, PIXBYTE b ) const in SetColor()
161 void SetAlpha( PIXBYTE a ) const{ mpPixel[3] = a; } in SetAlpha()
163 void SetColor( PIXBYTE r, PIXBYTE g, PIXBYTE b ) const in SetColor()
181 void SetAlpha( PIXBYTE a ) const{ mpPixel[3] = a; } in SetAlpha()
183 void SetColor( PIXBYTE r, PIXBYTE g, PIXBYTE b ) const in SetColor()
202 void SetAlpha( PIXBYTE ) const {} in SetAlpha()
204 void SetColor( PIXBYTE r, PIXBYTE g, PIXBYTE b ) const in SetColor()
222 void SetAlpha( PIXBYTE ) const {} in SetAlpha()
224 void SetColor( PIXBYTE r, PIXBYTE g, PIXBYTE b ) const in SetColor()
239 void SetAlpha( PIXBYTE a ) const { mpPixel[0] = a; } in SetAlpha()
240 void SetColor( PIXBYTE, PIXBYTE, PIXBYTE ) const {} in SetColor()