Lines Matching refs:rBox
94 const geometry::RealRectangle2D& rBox);
258 geometry::RealPoint2D GetLocation (const geometry::RealRectangle2D& rBox);
259 geometry::RealSize2D GetSize (const geometry::RealRectangle2D& rBox);
395 const geometry::RealRectangle2D& rBox) in ResizePane() argument
403 rBox.X1, in ResizePane()
404 rBox.Y1, in ResizePane()
405 rBox.X2-rBox.X1, in ResizePane()
406 rBox.Y2-rBox.Y1); in ResizePane()
410 pDescriptor->maSpriteProvider()->Resize(GetSize(rBox)); in ResizePane()
1402 geometry::RealPoint2D GetLocation (const geometry::RealRectangle2D& rBox) in GetLocation() argument
1404 return geometry::RealPoint2D(rBox.X1, rBox.Y1); in GetLocation()
1410 geometry::RealSize2D GetSize (const geometry::RealRectangle2D& rBox) in GetSize() argument
1412 return geometry::RealSize2D(rBox.X2-rBox.X1, rBox.Y2-rBox.Y1); in GetSize()