Searched defs:computeIntersection (Results 1 - 3 of 3) sorted by relevance

/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/javax/swing/
H A DSwingUtilities.java488 public static Rectangle computeIntersection(int x,int y,int width,int height,Rectangle dest) { method in class:SwingUtilities
/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);

Completed in 41 milliseconds