Home
last modified time | relevance | path

Searched refs:fRed (Results 1 – 8 of 8) sorted by relevance

/trunk/main/vcl/workben/
H A Dsvptest.cxx109 double fRed = 255.0-1.5*sqrt((double)(nX*nX+nY*nY)); in MyWin() local
110 if( fRed < 0.0 ) in MyWin()
111 fRed = 0.0; in MyWin()
118 … pAcc->SetPixel( nX, nY, BitmapColor( sal_uInt8(fRed), sal_uInt8(fGreen), sal_uInt8(fBlue) ) ); in MyWin()
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h90 RGBAColor( float fRed, float fGreen, float fBlue, float fAlpha ); //NOTUSEDYET
467 inline RGBAColor::RGBAColor( float fRed, float fGreen, float fBlue, float fAlpha ) in RGBAColor() argument
469 mfRGBA[0] = fRed; in RGBAColor()
/trunk/main/basegfx/inc/basegfx/color/
H A Dbcolor.hxx70 BColor(double fRed, double fGreen, double fBlue) in BColor() argument
71 : B3DTuple(fRed, fGreen, fBlue) in BColor()
H A Dbcolormodifier.hxx355 …BColorModifier_RGBLuminanceContrast(double fRed, double fGreen, double fBlue, double fLuminance, d…
/trunk/main/basegfx/source/color/
H A Dbcolormodifier.cxx240 …BColorModifier_RGBLuminanceContrast::BColorModifier_RGBLuminanceContrast(double fRed, double fGree… in BColorModifier_RGBLuminanceContrast() argument
242 mfRed(basegfx::clamp(fRed, -1.0, 1.0)), in BColorModifier_RGBLuminanceContrast()
/trunk/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx810 double fRed, in create2DColorModifierEmbeddingsAsNeeded() argument
883 || !basegfx::fTools::equalZero(fRed) in create2DColorModifierEmbeddingsAsNeeded()
892 fRed, in create2DColorModifierEmbeddingsAsNeeded()
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dgraphicprimitivehelper2d.hxx61 double fRed = 0.0, // [-1.0 .. 1.0]
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1137 double fRed; member
1141 QuantErr() : fRed( 0.0 ), fGreen( 0.0 ), fBlue( 0.0 ){}; in QuantErr()
1231 double fRed = aColorA.GetRed(), fGreen = aColorA.GetGreen(), fBlue = aColorA.GetBlue(); in ApplyRectangularGradientAsBitmap() local
1235fRed += ( ( ( fDist - fA ) * ( aColorB.GetRed() - aColorA.GetRed() ) ) / fD1 ); // + aQuantErrC… in ApplyRectangularGradientAsBitmap()
1239 sal_Int16 nRed = static_cast< sal_Int16 >( fRed + 0.5 ); in ApplyRectangularGradientAsBitmap()

Completed in 62 milliseconds