Home
last modified time | relevance | path

Searched refs:mfGamma (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/graphic/
H A Dgrfattr.cxx35 mfGamma ( 1.0 ), in GraphicAttr()
63 return( ( mfGamma == rAttr.mfGamma ) && in operator ==()
88 rIStm >> nTmp32 >> nTmp32 >> rAttr.mfGamma >> rAttr.mnMirrFlags >> rAttr.mnRotate10; in operator >>()
108 rOStm << nTmp32 << nTmp32 << rAttr.mfGamma << rAttr.mnMirrFlags << rAttr.mnRotate10; in operator <<()
/trunk/main/svtools/inc/svtools/
H A Dgrfmgr.hxx97 double mfGamma; member in GraphicAttr
157 void SetGamma( double fGamma ) { mfGamma = fGamma; } in SetGamma()
158 double GetGamma() const { return mfGamma; } in GetGamma()
178 mnGPercent != 0 || mnBPercent != 0 || mfGamma != 1.0 || mbInvert ); in IsAdjusted()