Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/graphic/
H A Dgrfattr.cxx45 mnGPercent ( 0 ), in GraphicAttr()
73 ( mnGPercent == rAttr.mnGPercent ) && in operator ==()
89 …rIStm >> rAttr.mnContPercent >> rAttr.mnLumPercent >> rAttr.mnRPercent >> rAttr.mnGPercent >> rAtt… in operator >>()
109 …rOStm << rAttr.mnContPercent << rAttr.mnLumPercent << rAttr.mnRPercent << rAttr.mnGPercent << rAtt… in operator <<()
/AOO41X/main/svtools/inc/svtools/
H A Dgrfmgr.hxx107 short mnGPercent; member in GraphicAttr
151 void SetChannelG( short nChannelGPercent ) { mnGPercent = nChannelGPercent; } in SetChannelG()
152 short GetChannelG() const { return mnGPercent; } in GetChannelG()
178 mnGPercent != 0 || mnBPercent != 0 || mfGamma != 1.0 || mbInvert ); in IsAdjusted()