Searched refs:rRB (Results 1 – 2 of 2) sorted by relevance
39 inline SwRect( const Point& rLT, const Point& rRB );348 inline SwRect::SwRect( const Point& rLT, const Point& rRB ) : in SwRect() argument350 m_Size( rRB.X() - rLT.X() + 1, rRB.Y() - rLT.Y() + 1 ) in SwRect()
393 Rectangle( const Point& rLT, const Point& rRB );475 inline Rectangle::Rectangle( const Point& rLT, const Point& rRB ) in Rectangle() argument479 nRight = rRB.X(); in Rectangle()480 nBottom = rRB.Y(); in Rectangle()
Completed in 11 milliseconds