Searched refs:RGBAColor (Results 1 – 6 of 6) sorted by relevance
/trunk/main/vcl/inc/aqua/ |
H A D | salgdi.h | 86 class RGBAColor class 89 RGBAColor( SalColor ); 90 RGBAColor( float fRed, float fGreen, float fBlue, float fAlpha ); //NOTUSEDYET 118 virtual void SetTextColor( const RGBAColor& ) = 0; 172 RGBAColor maLineColor; 174 RGBAColor maFillColor; 179 RGBAColor maTextColor; 213 …void ImplDrawPixel( long nX, long nY, const RGBAColor& ); // helper to draw single … 459 inline RGBAColor::RGBAColor( SalColor nSalColor ) in RGBAColor() function in RGBAColor 467 inline RGBAColor::RGBAColor( float fRed, float fGreen, float fBlue, float fAlpha ) in RGBAColor() function in RGBAColor
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 610 maLineColor = RGBAColor( nSalColor ); in SetLineColor() 628 maFillColor = RGBAColor( nSalColor ); in SetFillColor() 661 void AquaSalGraphics::ImplDrawPixel( long nX, long nY, const RGBAColor& rColor ) in ImplDrawPixel() 684 const RGBAColor aPixelColor( nSalColor ); in drawPixel() 1599 maTextColor = RGBAColor( nSalColor ); in SetTextColor()
|
H A D | atsfonts.hxx | 37 virtual void SetTextColor( const RGBAColor& );
|
H A D | ctfonts.hxx | 42 virtual void SetTextColor( const RGBAColor& ) {} in SetTextColor() argument
|
H A D | atsfonts.cxx | 228 void AtsTextStyle::SetTextColor( const RGBAColor& rColor ) in SetTextColor()
|
/trunk/main/vcl/aqua/source/a11y/ |
H A D | aqua11ytextattributeswrapper.mm | 109 const RGBAColor aRGBAColor( nSalColor);
|
Completed in 40 milliseconds