Searched refs:fVertScale (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DOScopeCtrl.h91 float fVertScale; member in struct:COScopeCtrl::PlotDataStruct
H A DOScopeCtrl.cpp123 ppds->fVertScale = (float)m_rectPlot.GetHeight() / (fUpper-fLower);
360 ppds->fVertScale = (float)m_rectPlot.GetHeight() / (ppds->fUpperLimit-ppds->fLowerLimit);
402 return m_rectPlot.GetBottom() - (unsigned)((fPlot - ppds->fLowerLimit) * ppds->fVertScale);

Completed in 48 milliseconds