Home
last modified time | relevance | path

Searched refs:rBox2 (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterGeometryHelper.cxx140 const css::awt::Rectangle& rBox2) in Intersection() argument
187 const css::awt::Rectangle& rBox2) in IsInside() argument
189 return rBox1.X >= rBox2.X in IsInside()
190 && rBox1.Y >= rBox2.Y in IsInside()
191 && rBox1.X+rBox1.Width <= rBox2.X+rBox2.Width in IsInside()
192 && rBox1.Y+rBox1.Height <= rBox2.Y+rBox2.Height; in IsInside()
200 const css::awt::Rectangle& rBox2) in Union() argument
203 return rBox2; in Union()
204 else if (rBox2.Width<=0 || rBox2.Height<=0) in Union()
243 || rBox1.X >= rBox2.X+rBox2.Width in AreRectanglesDisjoint()
[all …]
H A DPresenterGeometryHelper.hxx75 const css::awt::Rectangle& rBox2);
79 const css::geometry::RealRectangle2D& rBox2);
89 const css::awt::Rectangle& rBox2);
93 const css::awt::Rectangle& rBox2);
97 const css::geometry::RealRectangle2D& rBox2);
101 const css::awt::Rectangle& rBox2);

Completed in 12 milliseconds