Home
last modified time | relevance | path

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

/trunk/main/sdext/source/presenter/
H A DPresenterGeometryHelper.cxx139 const css::awt::Rectangle& rBox1, in Intersection() argument
186 const css::awt::Rectangle& rBox1, 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()
199 const css::awt::Rectangle& rBox1, in Union() argument
202 if (rBox1.Width<=0 || rBox1.Height<=0) in Union()
205 return rBox1; in Union()
241 return rBox1.X+rBox1.Width <= rBox2.X in AreRectanglesDisjoint()
[all …]
H A DPresenterGeometryHelper.hxx74 const css::awt::Rectangle& rBox1,
78 const css::geometry::RealRectangle2D& rBox1,
88 const css::awt::Rectangle& rBox1,
92 const css::awt::Rectangle& rBox1,
96 const css::geometry::RealRectangle2D& rBox1,
100 const css::awt::Rectangle& rBox1,

Completed in 18 milliseconds