Searched refs:rBox2 (Results 1 – 2 of 2) sorted by relevance
140 const css::awt::Rectangle& rBox2) in Intersection() argument187 const css::awt::Rectangle& rBox2) 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()200 const css::awt::Rectangle& rBox2) in Union() argument203 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 …]
75 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 15 milliseconds