Searched refs:getBounds2D (Results 1 - 25 of 45) sorted by relevance

12

/openjdk9/jdk/src/java.desktop/share/classes/java/awt/image/
H A DRasterOp.java76 public Rectangle2D getBounds2D(Raster src); method in interface:RasterOp
H A DBufferedImageOp.java97 public Rectangle2D getBounds2D (BufferedImage src); method in interface:BufferedImageOp
H A DConvolveOp.java314 public final Rectangle2D getBounds2D(BufferedImage src) { method in class:ConvolveOp
315 return getBounds2D(src.getRaster());
323 public final Rectangle2D getBounds2D(Raster src) { method in class:ConvolveOp
H A DAffineTransformOp.java186 * {@code getBounds2D(BufferedImage)}
320 * {@code getBounds2D(Raster)}
376 public final Rectangle2D getBounds2D (BufferedImage src) { method in class:AffineTransformOp
377 return getBounds2D(src.getRaster());
391 public final Rectangle2D getBounds2D (Raster src) { method in class:AffineTransformOp
441 Rectangle r = getBounds2D(src).getBounds();
492 Rectangle2D r = getBounds2D(src);
H A DLookupOp.java335 public final Rectangle2D getBounds2D (BufferedImage src) { method in class:LookupOp
336 return getBounds2D(src.getRaster());
346 public final Rectangle2D getBounds2D (Raster src) { method in class:LookupOp
H A DRescaleOp.java614 public final Rectangle2D getBounds2D (BufferedImage src) { method in class:RescaleOp
615 return getBounds2D(src.getRaster());
625 public final Rectangle2D getBounds2D (Raster src) { method in class:RescaleOp
H A DBandCombineOp.java222 public final Rectangle2D getBounds2D (Raster src) { method in class:BandCombineOp
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/image/renderable/
H A DContextualRenderedImageFactory.java112 Rectangle2D getBounds2D(ParameterBlock paramBlock); method in interface:ContextualRenderedImageFactory
H A DRenderableImageOp.java153 boundingBox = myCRIF.getBounds2D(paramBlock);
166 boundingBox = myCRIF.getBounds2D(paramBlock);
176 boundingBox = myCRIF.getBounds2D(paramBlock);
186 boundingBox = myCRIF.getBounds2D(paramBlock);
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/
H A DShape.java88 * {@code getBounds2D} method generally returns a
119 * @see #getBounds2D
167 public Rectangle2D getBounds2D(); method in interface:Shape
/openjdk9/jdk/src/java.desktop/share/classes/sun/font/
H A DDelegatingShape.java51 public Rectangle2D getBounds2D() { method in class:DelegatingShape
52 return delegate.getBounds2D(); // assumes all delegates are immutable via the returned Rectangle2D
/openjdk9/jdk/test/java/awt/font/TextLayout/
H A DTextLayoutBounds.java42 Rectangle2D oBounds = tl.getOutline(null).getBounds2D();
/openjdk9/jdk/test/java/awt/Graphics2D/Test8004859/
H A DTest8004859.java81 System.err.println("bounds="+g.getClip().getBounds2D());
97 if (!clip.getBounds2D().isEmpty() && ((SunGraphics2D) g).clipRegion
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/font/
H A DGlyphMetrics.java242 public Rectangle2D getBounds2D() { method in class:GlyphMetrics
H A DShapeGraphicAttribute.java96 fShapeBounds = fShape.getBounds2D();
H A DGlyphVector.java560 Rectangle2D rect = getGlyphVisualBounds(index).getBounds2D();
/openjdk9/jdk/test/java/awt/Graphics2D/Headless/
H A DHeadlessRectangle.java48 r.getBounds2D();
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/geom/
H A DEllipse2D.java178 public Rectangle2D getBounds2D() { method in class:Ellipse2D.Float
303 public Rectangle2D getBounds2D() { method in class:Ellipse2D.Double
H A DLine2D.java188 public Rectangle2D getBounds2D() { method in class:Line2D.Float
340 public Rectangle2D getBounds2D() { method in class:Line2D.Double
1065 return getBounds2D().getBounds();
H A DRectangle2D.java250 public Rectangle2D getBounds2D() { method in class:Rectangle2D.Float
454 public Rectangle2D getBounds2D() { method in class:Rectangle2D.Double
654 public Rectangle2D getBounds2D() { method in class:Rectangle2D
H A DRoundRectangle2D.java249 public Rectangle2D getBounds2D() { method in class:RoundRectangle2D.Float
432 public Rectangle2D getBounds2D() { method in class:RoundRectangle2D.Double
H A DArea.java457 public Rectangle2D getBounds2D() { method in class:Area
458 return getCachedBounds().getBounds2D();
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DGlyphPainter2.java117 Rectangle2D alloc = a.getBounds2D();
141 Rectangle2D alloc = a.getBounds2D();
171 Rectangle2D alloc = (a instanceof Rectangle2D) ? (Rectangle2D)a : a.getBounds2D();
/openjdk9/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DGradientColorFilter.java66 PaintContext context = lgp.createContext(null, bounds, bounds.getBounds2D(), AffineTransform.getTranslateInstance(0, 0), new RenderingHints(null));
/openjdk9/jdk/src/java.desktop/macosx/classes/sun/java2d/
H A DCompositeCRenderer.java152 Rectangle2D shapeBounds = shape.getBounds2D();
262 compositingBounds = transformedShape.getBounds2D();
317 Rectangle2D bounds = shape.getBounds2D();

Completed in 203 milliseconds

12