Searched refs:rBox1 (Results 1 – 2 of 2) sorted by relevance
139 const css::awt::Rectangle& rBox1, in Intersection() argument186 const css::awt::Rectangle& rBox1, in IsInside() argument189 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() argument202 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 …]
74 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 12 milliseconds