Searched refs:fPlot (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.h122 unsigned GetPlotY(float fPlot, PlotData_t* ppds);
H A DOScopeCtrl.cpp395 unsigned COScopeCtrl::GetPlotY(float fPlot, PlotData_t* ppds) argument
397 if (fPlot <= ppds->fLowerLimit) {
399 } else if (fPlot >= ppds->fUpperLimit) {
402 return m_rectPlot.GetBottom() - (unsigned)((fPlot - ppds->fLowerLimit) * ppds->fVertScale);

Completed in 44 milliseconds