Searched refs:apf (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.cpp271 void COScopeCtrl::AppendPoints(double sTimestamp, const std::vector<float *> &apf) argument
284 DrawPoints(apf, 1);
407 void COScopeCtrl::DrawPoints(const std::vector<float *> &apf, unsigned cntPoints) argument
420 const float* pf = apf[iTrend] + cntPoints - 1;
449 std::vector<float *> apf(nTrends);
452 apf[i] = new float[cntPoints];
455 cntFilled = theApp->m_statistics->GetHistory(cntPoints, sLastPeriod, sFinal, apf, graph_type);
462 ppds->yPrev = GetPlotY(ppds->fPrev = *(apf[i] + cntFilled - 1), ppds);
465 DrawPoints(apf, cntFilled);
470 delete [] apf[
[all...]
H A DOScopeCtrl.h67 void AppendPoints(double sTimestamp, const std::vector<float *> &apf);
121 void DrawPoints(const std::vector<float *> &apf, unsigned cntPoints);

Completed in 58 milliseconds