Home
last modified time | relevance | path

Searched refs:fContrast (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vbahelper/source/vbahelper/
H A Dvbapictureformat.cxx74 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()
/trunk/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx809 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()
/trunk/main/basegfx/source/color/
H A Dbcolormodifier.cxx240 …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()
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dgraphicprimitivehelper2d.hxx60 double fContrast = 0.0, // [-1.0 .. 1.0]
/trunk/main/basegfx/inc/basegfx/color/
H A Dbcolormodifier.hxx355 …GBLuminanceContrast(double fRed, double fGreen, double fBlue, double fLuminance, double fContrast);

Completed in 27 milliseconds