Searched refs:cntPoints (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DOScopeCtrl.h119 void ShiftGraph(unsigned cntPoints);
120 void PlotHistory(unsigned cntPoints, bool bShiftGraph, bool bRefresh);
121 void DrawPoints(const std::vector<float *> &apf, unsigned cntPoints);
H A DOScopeCtrl.cpp375 void COScopeCtrl::ShiftGraph(unsigned cntPoints) argument
379 unsigned cntPixelOffset = cntPoints*nShiftPixels;
407 void COScopeCtrl::DrawPoints(const std::vector<float *> &apf, unsigned cntPoints) argument
414 unsigned cntPixelOffset = std::min((unsigned)(m_rectPlot.GetWidth()-1), (cntPoints-1)*nShiftPixels);
420 const float* pf = apf[iTrend] + cntPoints - 1;
442 void COScopeCtrl::PlotHistory(unsigned cntPoints, bool bShiftGraph, bool bRefresh) argument
452 apf[i] = new float[cntPoints];
455 cntFilled = theApp->m_statistics->GetHistory(cntPoints, sLastPeriod, sFinal, apf, graph_type);
475 wxT("Error: COScopeCtrl::PlotHistory: Insuficient memory, cntPoints == ")) <<
476 cntPoints << wx
[all...]
H A DStatistics.cpp458 unsigned cntPoints, // number of sample points to assemble
464 if (sStep==0.0 || cntPoints==0) {
488 ahr = new HR* [cntPoints];
504 if (++cntFilled == cntPoints) { // enough points
533 unsigned cntPoints, // maximum number of sample points to assemble
541 if (sStep==0.0 || cntPoints==0)
548 HR **pphr = new HR *[cntPoints];
556 if (++cntFilled == cntPoints) // enough points
457 GetHistory( unsigned cntPoints, double sStep, double sFinal, const std::vector<float *> &ppf, StatsGraphType which_graph) argument
532 GetHistoryForWeb( unsigned cntPoints, double sStep, double *sStart, uint32 **graphData) argument
H A DStatistics.h228 unsigned GetHistoryForWeb(unsigned cntPoints, double sStep, double *sStart, uint32 **graphData);
229 unsigned GetHistory(unsigned cntPoints, double sStep, double sFinal, const std::vector<float *> &ppf, StatsGraphType which_graph);

Completed in 33 milliseconds