Searched refs:computeIntersection (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifButtonUI.java120 SwingUtilities.computeIntersection(r.x, r.y, r.width, r.height,
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DBorderedComponent.java395 if (computeIntersection(clipRect, x, y, compLoc.x-1-x, height)) {
403 if (computeIntersection(clipRect, compLoc.x+ labelDim.width +1, y,
412 if (computeIntersection(clipRect,
504 private static boolean computeIntersection(Rectangle dest, method in class:BorderedComponent.LabeledBorder
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DStroker.java292 private void computeIntersection(final float x0, final float y0, method in class:Stroker
330 computeIntersection((x0 - pdx) + omx, (y0 - pdy) + omy, x0 + omx, y0 + omy,
730 // computeIntersection will put NaN's in leftOff and right off, and
732 computeIntersection(x1p, y1p, x1p+dx1, y1p+dy1, x3p, y3p, x3p-dx3, y3p-dy3, leftOff, 2);
742 computeIntersection(x1p, y1p, x1p+dx1, y1p+dy1, x3p, y3p, x3p-dx3, y3p-dy3, rightOff, 2);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DRepaintManager.java802 SwingUtilities.computeIntersection(0,
900 SwingUtilities.computeIntersection(0,0,w,h,tmp);
925 tmp = SwingUtilities.computeIntersection(0,0,w,h,tmp);
H A DJComponent.java856 SwingUtilities.computeIntersection
4443 SwingUtilities.computeIntersection(0,0,bounds.width,bounds.height,visibleRect);
5045 SwingUtilities.computeIntersection(0, 0, getWidth(), getHeight(),
5126 SwingUtilities.computeIntersection(tmpX,tmpY,tmpWidth,tmpHeight,paintImmediatelyClip);
H A DJList.java1048 SwingUtilities.computeIntersection(r.x, r.y, r.width, r.height, bounds);
1082 SwingUtilities.computeIntersection(r.x, r.y, r.width, r.height, bounds);
H A DJViewport.java1685 SwingUtilities.computeIntersection(0, 0, w, h, clip);
H A DSwingUtilities.java488 public static Rectangle computeIntersection(int x,int y,int width,int height,Rectangle dest) { method in class:SwingUtilities

Completed in 93 milliseconds