Lines Matching refs:X
192 if (oObj.containsPoint(new Point(bounds.X + bounds.Width, y))) { in _containsPoint()
195 + " (" + bounds.X + bounds.Width + ", " + y + ") - FAILED"); in _containsPoint()
231 if (chBnd.X == -1) { in _getAccessibleAtPoint()
235 log.println("Checking child with bounds " + "(" + chBnd.X + in _getAccessibleAtPoint()
276 new Point(chBnd.X + curX, in _getAccessibleAtPoint()
280 Point p = new Point(chBnd.X + curX,chBnd.X + curX); in _getAccessibleAtPoint()
292 (chBnd.X + curX) + "," + (chBnd.Y + curY) + in _getAccessibleAtPoint()
307 log.println("Child found at point (" + (chBnd.X + curX) + in _getAccessibleAtPoint()
367 new Point(chBnd.X - 1, chBnd.Y - 1)); in _getAccessibleAtPoint()
371 (chBnd.X - 1) + "," + (chBnd.Y - 1) + in _getAccessibleAtPoint()
382 "its bounds at (" + (chBnd.X - 1) + "," + in _getAccessibleAtPoint()
406 …result &= ((bounds != null) && (bounds.X >= 0) && (bounds.Y >= 0) && (bounds.Width > 0) && (bounds… in _getBounds()
410 ? ("(" + bounds.X + "," + bounds.Y + "),(" + in _getBounds()
433 result &= ((loc.X == bounds.X) && (loc.Y == bounds.Y)); in _getLocation()
459 log.println("Location is (" + loc.X + "," + loc.Y + ")"); in _getLocationOnScreen()
463 log.println("Parent location is (" + parLoc.X + "," + parLoc.Y + in _getLocationOnScreen()
466 result &= ((parLoc.X + bounds.X) == loc.X); in _getLocationOnScreen()
626 Covered = (known.X < p.X); in isCovered()
629 Covered &= (p.X < known.X+known.Width); in isCovered()