Searched refs:_rOutputSize (Results 1 – 4 of 4) sorted by relevance
53 void OScrollHelper::scroll(const Point& _rPoint, const Size& _rOutputSize) in scroll() argument56 Rectangle aScrollArea( Point(0, _rOutputSize.Height() - LISTBOX_SCROLLING_AREA), in scroll()57 Size(_rOutputSize.Width(), LISTBOX_SCROLLING_AREA) ); in scroll()
375 Rectangle OTableWindow::getSizingRect(const Point& _rPos,const Size& _rOutputSize) const in getSizingRect()390 if( _rPos.Y() > _rOutputSize.Height() ) in getSizingRect()391 aSizingRect.Bottom() = _rOutputSize.Height(); in getSizingRect()399 if( _rPos.X() > _rOutputSize.Width() ) in getSizingRect()400 aSizingRect.Right() = _rOutputSize.Width(); in getSizingRect()
73 void scroll(const Point& _rPoint, const Size& _rOutputSize);
179 Rectangle getSizingRect(const Point& _rPos,const Size& _rOutputSize) const;
Completed in 17 milliseconds