Searched refs:aActivePos (Results 1 – 1 of 1) sorted by relevance
3695 Point aActivePos(pActiveCtrl->GetPosPixel()); in AdjustScrolling() local3697 if(aActivePos.X() < 0) in AdjustScrolling()3698 nMove = -aActivePos.X(); in AdjustScrolling()3699 else if((aActivePos.X() + pActiveCtrl->GetSizePixel().Width()) > nSpace) in AdjustScrolling()3700 nMove = -(aActivePos.X() + pActiveCtrl->GetSizePixel().Width() - nSpace); in AdjustScrolling()
Completed in 34 milliseconds