Home
last modified time | relevance | path

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

/aoo41x/main/svx/source/sidebar/graphic/
H A DGraphicPropertyPanel.cxx279 const sal_Int32 nGamma = mpMtrGamma->GetValue(); in IMPL_LINK() local
280 const SfxInt32Item nGammaItem( SID_ATTR_GRAF_GAMMA, nGamma ); in IMPL_LINK()
518 const sal_Int64 nGamma = pItem->GetValue(); in NotifyItemUpdate() local
519 mpMtrGamma->SetValue( nGamma ); in NotifyItemUpdate()
/aoo41x/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()
/aoo41x/main/filter/source/msfilter/
H A Dmsdffimp.cxx4008 sal_Int32 nGamma = GetPropertyValue( DFF_Prop_pictureGamma, 0x10000 ); in ImportGraphic() local
4029 …if ( nContrast || nBrightness || ( nGamma != 0x10000 ) || ( eDrawMode != GRAPHICDRAWMODE_STANDARD … in ImportGraphic()
4037 if ( nGamma != 0x10000 ) in ImportGraphic()
4038 rSet.Put( SdrGrafGamma100Item( nGamma / 655 ) ); in ImportGraphic()
4055 if ( nBrightness || nContrast || ( nGamma != 0x10000 ) ) in ImportGraphic()
4056 …aBitmapEx.Adjust( nBrightness, (sal_Int16)nContrast, 0, 0, 0, (double)nGamma / 0x10000, sal_False … in ImportGraphic()
4069 if ( nBrightness || nContrast || ( nGamma != 0x10000 ) ) in ImportGraphic()
4070 …aGdiMetaFile.Adjust( nBrightness, (sal_Int16)nContrast, 0, 0, 0, (double)nGamma / 0x10000, sal_Fal… in ImportGraphic()
/aoo41x/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 119 milliseconds