Searched refs:_rPnt (Results 1 – 2 of 2) sorted by relevance
1260 OSectionView* OViewsWindow::getSectionRelativeToPosition(const OSectionView* _pSection,Point& _rPnt) in getSectionRelativeToPosition() argument1273 if ( _rPnt.Y() < 0 ) in getSectionRelativeToPosition()1277 for (; nCount && (_rPnt.Y() < 0); --nCount) in getSectionRelativeToPosition()1281 _rPnt.Y() += nHeight; in getSectionRelativeToPosition()1282 if ( (nCount -1) > 0 && (_rPnt.Y() < 0) ) in getSectionRelativeToPosition()1296 if ( (_rPnt.Y() - nHeight) < 0 ) in getSectionRelativeToPosition()1298 _rPnt.Y() -= nHeight; in getSectionRelativeToPosition()
323 OSectionView* getSectionRelativeToPosition(const OSectionView* _pSection,Point& _rPnt);
Completed in 44 milliseconds