Searched refs:nCurrentTop (Results 1 – 2 of 2) sorted by relevance
381 long nCurrentTop (nTop); in ImplAddMissingBands() local383 while (pBand != NULL && nCurrentTop<nBottom) in ImplAddMissingBands()385 if (nCurrentTop < pBand->mnYTop) in ImplAddMissingBands()389 nCurrentTop, in ImplAddMissingBands()395 nCurrentTop = ::std::max(nTop, pBand->mnYBottom+1); in ImplAddMissingBands()405 if (nCurrentTop <= nBottom in ImplAddMissingBands()413 nCurrentTop, in ImplAddMissingBands()
381 double nCurrentTop = getTop(); in IncrementTop() local382 nCurrentTop += Increment; in IncrementTop()383 setTop(nCurrentTop); in IncrementTop()
Completed in 21 milliseconds