Searched refs:nGamma (Results 1 – 4 of 4) sorted by relevance
/trunk/main/svx/source/sidebar/graphic/ |
H A D | GraphicPropertyPanel.cxx | 281 const sal_Int32 nGamma = mpMtrGamma->GetValue(); in IMPL_LINK() local 282 const SfxInt32Item nGammaItem( SID_ATTR_GRAF_GAMMA, nGamma ); in IMPL_LINK() 520 const sal_Int64 nGamma = pItem->GetValue(); in NotifyItemUpdate() local 521 mpMtrGamma->SetValue( nGamma ); in NotifyItemUpdate()
|
/trunk/main/slideshow/source/engine/shapes/ |
H A D | shapeimporter.cxx | 391 double nGamma(1.0); in createShape() local 401 getPropertyValue( nGamma, xPropSet, OUSTR("Gamma") ); in createShape() 412 aGraphAttrs.SetGamma( nGamma ); in createShape()
|
/trunk/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 4021 sal_Int32 nGamma = GetPropertyValue( DFF_Prop_pictureGamma, 0x10000 ); in ImportGraphic() local 4042 …if ( nContrast || nBrightness || ( nGamma != 0x10000 ) || ( eDrawMode != GRAPHICDRAWMODE_STANDARD … in ImportGraphic() 4050 if ( nGamma != 0x10000 ) in ImportGraphic() 4051 rSet.Put( SdrGrafGamma100Item( nGamma / 655 ) ); in ImportGraphic() 4068 if ( nBrightness || nContrast || ( nGamma != 0x10000 ) ) in ImportGraphic() 4069 …aBitmapEx.Adjust( nBrightness, (sal_Int16)nContrast, 0, 0, 0, (double)nGamma / 0x10000, sal_False … in ImportGraphic() 4082 if ( nBrightness || nContrast || ( nGamma != 0x10000 ) ) in ImportGraphic() 4083 …aGdiMetaFile.Adjust( nBrightness, (sal_Int16)nContrast, 0, 0, 0, (double)nGamma / 0x10000, sal_Fal… in ImportGraphic()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdattr.cxx | 2289 double nGamma = 0; in PutValue() local 2290 if(!(rVal >>= nGamma)) in PutValue() 2293 SetValue( (sal_uInt32)(nGamma * 100.0 ) ); in PutValue()
|
Completed in 100 milliseconds