Searched refs:upperLeft (Results 1 – 3 of 3) sorted by relevance
779 FloatPoint upperLeft, lowerRight; in boundingBox() local780 bool foundUpperLeft = getUpperLeftCorner(upperLeft); in boundingBox()787 lowerRight = upperLeft; in boundingBox()789 upperLeft = lowerRight; in boundingBox()792 return enclosingLayoutRect(FloatRect(upperLeft, lowerRight.expandedTo(upperLeft) - upperLeft)); in boundingBox()
106 NSPoint upperLeft = NSMakePoint(x, y + NSHeight([window_ frame]));107 [window_ cascadeTopLeftFromPoint:upperLeft];