Searched refs:computeUnion (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifDesktopPaneUI.java99 SwingUtilities.computeUnion(newX, newY, newWidth, newHeight, r);
107 SwingUtilities.computeUnion(newX, newY, newWidth, newHeight, r);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicDesktopIconUI.java291 SwingUtilities.computeUnion(newX, newY, newWidth, newHeight, r);
H A DBasicSliderUI.java1307 SwingUtilities.computeUnion( thumbRect.x, thumbRect.y, thumbRect.width, thumbRect.height, unionRect );
/openjdk7/jdk/src/share/classes/javax/swing/
H A DRepaintManager.java545 hwDirtyComponents.put(c, SwingUtilities.computeUnion(
594 SwingUtilities.computeUnion(x, y, w, h, r);
944 SwingUtilities.computeUnion(tmp.x,tmp.y,tmp.width,tmp.height,r);
H A DSwingUtilities.java519 public static Rectangle computeUnion(int x,int y,int width,int height,Rectangle dest) { method in class:SwingUtilities
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaMenuPainter.java337 r = SwingUtilities.computeUnion(iconRect.x, iconRect.y, iconRect.width, iconRect.height, r);

Completed in 49 milliseconds