Searched refs:topLeft (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCAccessibleText.java300 final Point topLeft = new Point(rect.x, rect.y);
305 int start = Math.min(jc.viewToModel(topLeft), jc.viewToModel(topRight));
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Toolkit.cpp1462 POINT topLeft; local
1463 topLeft.x = 0;
1464 topLeft.y = 0;
1465 ::ClientToScreen(hWndFromPoint, &topLeft);
1466 windowRect.top += topLeft.y;
1467 windowRect.bottom += topLeft.y;
1468 windowRect.left += topLeft.x;
1469 windowRect.right += topLeft.x;
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DDiagramScene.java126 private Widget topLeft; field in class:DiagramScene
384 topLeft = new Widget(this);
385 topLeft.setPreferredLocation(new Point(-BORDER_SIZE, -BORDER_SIZE));
386 this.addChild(topLeft);

Completed in 270 milliseconds