Searched refs:fContrast (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/vbahelper/source/vbahelper/ |
H A D | vbapictureformat.cxx | 74 double fContrast = static_cast< double >( nContrast ); in getContrast() local 75 fContrast = ( fContrast + 100 ) / 200; in getContrast() 76 return fContrast; in getContrast() 83 double fContrast = _contrast * 200 - 100; in setContrast() local 84 sal_Int16 nContrast = static_cast< sal_Int16 >( fContrast ); in setContrast()
|
/aoo42x/main/drawinglayer/source/primitive2d/ |
H A D | graphicprimitivehelper2d.cxx | 809 double fContrast, in create2DColorModifierEmbeddingsAsNeeded() argument 836 fContrast = basegfx::clamp(fContrast - 0.7, -1.0, 1.0); in create2DColorModifierEmbeddingsAsNeeded() 882 || !basegfx::fTools::equalZero(fContrast) in create2DColorModifierEmbeddingsAsNeeded() 896 fContrast)))); in create2DColorModifierEmbeddingsAsNeeded()
|
/aoo42x/main/basegfx/source/color/ |
H A D | bcolormodifier.cxx | 240 …GBLuminanceContrast(double fRed, double fGreen, double fBlue, double fLuminance, double fContrast) in BColorModifier_RGBLuminanceContrast() argument 246 mfContrast(basegfx::clamp(fContrast, -1.0, 1.0)), in BColorModifier_RGBLuminanceContrast()
|
/aoo42x/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | graphicprimitivehelper2d.hxx | 60 double fContrast = 0.0, // [-1.0 .. 1.0]
|
/aoo42x/main/basegfx/inc/basegfx/color/ |
H A D | bcolormodifier.hxx | 355 …GBLuminanceContrast(double fRed, double fGreen, double fBlue, double fLuminance, double fContrast);
|
Completed in 24 milliseconds