Home
last modified time | relevance | path

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

/dports/astro/phd2/phd2-2.6.10/
H A Dmyframe.cpp829 …double ditherScaleFactor = pConfig->Profile.GetDouble("/DitherScaleFactor", DefaultDitherScaleFact… in LoadProfileSettings() local
830 SetDitherScaleFactor(ditherScaleFactor); in LoadProfileSettings()
2157 bool MyFrame::SetDitherScaleFactor(double ditherScaleFactor) in SetDitherScaleFactor() argument
2163 if (ditherScaleFactor <= 0) in SetDitherScaleFactor()
2167 m_ditherScaleFactor = ditherScaleFactor; in SetDitherScaleFactor()
H A Dmyframe.h346 bool SetDitherScaleFactor(double ditherScaleFactor);