Lines Matching refs:X
59 return ( ( aRect1.X <= aRect2.X && aRect2.X <= aRect1.X + aRect1.Width in interceptedRects()
60 || aRect1.X <= aRect2.X + aRect2.Width && aRect2.X + aRect2.Width <= aRect1.X + aRect1.Width in interceptedRects()
61 || aRect2.X <= aRect1.X && aRect1.X <= aRect2.X + aRect2.Width in interceptedRects()
62 || aRect2.X <= aRect1.X + aRect1.Width && aRect1.X + aRect1.Width <= aRect2.X + aRect2.Width ) in interceptedRects()
145 aRect.X, aRect.Y, aRect.Width, aRect.Height ); in run()
150 xGraphics.drawLine( aRect.X - 1, aRect.Y - 1, in run()
151 aRect.X + aRect.Width + 1, aRect.Y - 1 ); in run()
152 xGraphics.drawLine( aRect.X + aRect.Width + 1, aRect.Y - 1, in run()
153 aRect.X + aRect.Width + 1, aRect.Y + aRect.Height + 1 ); in run()
154 xGraphics.drawLine( aRect.X + aRect.Width + 1, aRect.Y + aRect.Height + 1, in run()
155 aRect.X - 1, aRect.Y + aRect.Height + 1 ); in run()
156 xGraphics.drawLine( aRect.X - 1, aRect.Y + aRect.Height + 1, in run()
157 aRect.X - 1, aRect.Y - 1 ); in run()