Searched refs:GetPlotY (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.cpp124 ppds->yPrev = GetPlotY(ppds->fPrev, ppds);
361 ppds->yPrev = GetPlotY(ppds->fPrev, ppds);
395 unsigned COScopeCtrl::GetPlotY(float fPlot, PlotData_t* ppds) function in class:COScopeCtrl
425 y = GetPlotY(*pf--, ppds);
462 ppds->yPrev = GetPlotY(ppds->fPrev = *(apf[i] + cntFilled - 1), ppds);

Completed in 98 milliseconds