Searched refs:nShiftPixels (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.cpp86 nShiftPixels = 1;
244 strTemp = CastSecondsToHM((m_rectPlot.GetWidth()/nShiftPixels) * (int)floor(sLastPeriod+0.5));
379 unsigned cntPixelOffset = cntPoints*nShiftPixels;
414 unsigned cntPixelOffset = std::min((unsigned)(m_rectPlot.GetWidth()-1), (cntPoints-1)*nShiftPixels);
424 for (int x = m_rectPlot.GetRight() - cntPixelOffset; x <= m_rectPlot.GetRight(); x+=nShiftPixels) {
428 dcPlot.DrawLine(x - nShiftPixels - m_rectPlot.GetX(),
H A DOScopeCtrl.h76 unsigned nShiftPixels; // amount to shift with each new point member in class:COScopeCtrl

Completed in 53 milliseconds