Searched refs:nDelayedPoints (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.h68 void DelayPoints() { nDelayedPoints++; }
110 int nDelayedPoints; member in class:COScopeCtrl
H A DOScopeCtrl.cpp83 nDelayedPoints = 0;
275 if (nDelayedPoints) {
279 int n = std::min(m_rectPlot.GetWidth(), nDelayedPoints + 1);
280 nDelayedPoints = 0;
310 if (nDelayedPoints) { // we've just come out of hiding, so catch up
311 int n = std::min(m_rectPlot.GetWidth(), nDelayedPoints);
312 nDelayedPoints = 0; // (this is more efficient than plotting in the
496 nDelayedPoints = 0;

Completed in 64 milliseconds