Lines Matching refs:X
39 return rBox.X + rBox.Width - 1; in Right()
118 rBox.X, in ConvertRectangle()
120 rBox.X + rBox.Width, in ConvertRectangle()
132 return awt::Rectangle(rBox.X + nXOffset, rBox.Y + nYOffset, rBox.Width, rBox.Height); in TranslateRectangle()
142 const sal_Int32 nLeft (::std::max(rBox1.X, rBox2.X)); in Intersection()
176 return rBox.X1 <= rPoint.X in IsInside()
178 && rBox.X2 >= rPoint.X in IsInside()
189 return rBox1.X >= rBox2.X in IsInside()
191 && rBox1.X+rBox1.Width <= rBox2.X+rBox2.Width in IsInside()
207 const sal_Int32 nLeft (::std::min(rBox1.X, rBox2.X)); in Union()
241 return rBox1.X+rBox1.Width <= rBox2.X in AreRectanglesDisjoint()
243 || rBox1.X >= rBox2.X+rBox2.Width in AreRectanglesDisjoint()
259 aPoints[0][0] = geometry::RealPoint2D(rBox.X, rBox.Y); in CreatePolygon()
260 aPoints[0][1] = geometry::RealPoint2D(rBox.X, rBox.Y+rBox.Height); in CreatePolygon()
261 aPoints[0][2] = geometry::RealPoint2D(rBox.X+rBox.Width, rBox.Y+rBox.Height); in CreatePolygon()
262 aPoints[0][3] = geometry::RealPoint2D(rBox.X+rBox.Width, rBox.Y); in CreatePolygon()
313 aPoints[nIndex][0] = geometry::RealPoint2D(rBox.X, rBox.Y); in CreatePolygon()
314 aPoints[nIndex][1] = geometry::RealPoint2D(rBox.X, rBox.Y+rBox.Height); in CreatePolygon()
315 aPoints[nIndex][2] = geometry::RealPoint2D(rBox.X+rBox.Width, rBox.Y+rBox.Height); in CreatePolygon()
316 aPoints[nIndex][3] = geometry::RealPoint2D(rBox.X+rBox.Width, rBox.Y); in CreatePolygon()