Home
last modified time | relevance | path

Searched refs:nGamma (Results 1 – 4 of 4) sorted by path

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4021 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/slideshow/source/engine/shapes/
H A Dshapeimporter.cxx391 double nGamma(1.0); in createShape() local
401 getPropertyValue( nGamma, xPropSet, OUSTR("Gamma") ); in createShape()
412 aGraphAttrs.SetGamma( nGamma ); in createShape()
/trunk/main/svx/source/sidebar/graphic/
H A DGraphicPropertyPanel.cxx281 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/svx/source/svdraw/
H A Dsvdattr.cxx2289 double nGamma = 0; in PutValue() local
2290 if(!(rVal >>= nGamma)) in PutValue()
2293 SetValue( (sal_uInt32)(nGamma * 100.0 ) ); in PutValue()

Completed in 68 milliseconds