Home
last modified time | relevance | path

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

/trunk/main/svtools/source/graphic/
H A Dgrfattr.cxx44 mnRPercent ( 0 ), in GraphicAttr()
72 ( mnRPercent == rAttr.mnRPercent ) && 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 <<()
/trunk/main/svtools/inc/svtools/
H A Dgrfmgr.hxx106 short mnRPercent; member in GraphicAttr
148 void SetChannelR( short nChannelRPercent ) { mnRPercent = nChannelRPercent; } in SetChannelR()
149 short GetChannelR() const { return mnRPercent; } in GetChannelR()
177 return( mnLumPercent != 0 || mnContPercent != 0 || mnRPercent != 0 || in IsAdjusted()

Completed in 11 milliseconds