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

12

/frameworks/base/awt/org/apache/harmony/awt/gl/font/
H A DGlyph.java97 return Math.round((float)glMetrics.getBounds2D().getWidth());
104 return Math.round((float)glMetrics.getBounds2D().getHeight());
154 abc[1] = (int)glMetrics.getBounds2D().getWidth();
197 return (int)glPointMetrics.getBounds2D().getHeight();
204 return (int)glPointMetrics.getBounds2D().getWidth();
H A DCommonGlyphVector.java276 Rectangle2D bounds = this.getGlyphVisualBounds(i).getBounds2D();
468 Rectangle2D blackBox = vector[glyphIndex].getGlyphMetrics().getBounds2D();
475 return shape.getBounds2D();
/frameworks/base/awt/java/awt/image/
H A DBufferedImageOp.java72 public Rectangle2D getBounds2D(BufferedImage src); method in interface:BufferedImageOp
H A DRasterOp.java68 public Rectangle2D getBounds2D(Raster src); method in interface:RasterOp
H A DAffineTransformOp.java187 public final Rectangle2D getBounds2D(BufferedImage src) { method in class:AffineTransformOp
188 return getBounds2D(src.getRaster());
191 public final Rectangle2D getBounds2D(Raster src) { method in class:AffineTransformOp
213 Rectangle2D newBounds = getBounds2D(src);
248 Rectangle2D newBounds = getBounds2D(src);
505 Rectangle bounds = getBounds2D(src).getBounds().intersection(normDstBounds);
H A DConvolveOp.java127 public final Rectangle2D getBounds2D(Raster src) { method in class:ConvolveOp
131 public final Rectangle2D getBounds2D(BufferedImage src) { method in class:ConvolveOp
132 return getBounds2D(src.getRaster());
H A DLookupOp.java134 public final Rectangle2D getBounds2D(Raster src) { method in class:LookupOp
138 public final Rectangle2D getBounds2D(BufferedImage src) { method in class:LookupOp
139 return getBounds2D(src.getRaster());
H A DRescaleOp.java162 public final Rectangle2D getBounds2D(Raster src) { method in class:RescaleOp
166 public final Rectangle2D getBounds2D(BufferedImage src) { method in class:RescaleOp
167 return getBounds2D(src.getRaster());
H A DColorConvertOp.java683 public final Rectangle2D getBounds2D(Raster src) { method in class:ColorConvertOp
687 public final Rectangle2D getBounds2D(BufferedImage src) { method in class:ColorConvertOp
/frameworks/base/awt/java/awt/
H A DShape.java105 public Rectangle2D getBounds2D(); method in interface:Shape
H A DPolygon.java311 * @see java.awt.Shape#getBounds2D()
313 public Rectangle2D getBounds2D() { method in class:Polygon
314 return getBounds().getBounds2D();
/frameworks/base/awt/java/awt/image/renderable/
H A DContextualRenderedImageFactory.java81 public Rectangle2D getBounds2D(ParameterBlock a0); method in interface:ContextualRenderedImageFactory
H A DRenderableImageOp.java66 Rectangle2D r = CRIF.getBounds2D(paramBlock);
/frameworks/base/awt/java/awt/font/
H A DGlyphMetrics.java150 public Rectangle2D getBounds2D() { method in class:GlyphMetrics
H A DShapeGraphicAttribute.java109 this.fBounds = fShape.getBounds2D();
H A DGlyphVector.java127 Rectangle2D visualRect = getGlyphVisualBounds(index).getBounds2D();
/frameworks/base/awt/java/awt/geom/
H A DArea.java149 public Rectangle2D getBounds2D() { method in class:Area
150 return s == null ? new Rectangle2D.Double() : s.getBounds2D();
H A DEllipse2D.java144 public Rectangle2D getBounds2D() { method in class:Ellipse2D.Float
236 public Rectangle2D getBounds2D() { method in class:Ellipse2D.Double
H A DLine2D.java158 public Rectangle2D getBounds2D() { method in class:Line2D.Float
279 public Rectangle2D getBounds2D() { method in class:Line2D.Double
494 return getBounds2D().getBounds();
H A DQuadCurve2D.java193 public Rectangle2D getBounds2D() { method in class:QuadCurve2D.Float
325 public Rectangle2D getBounds2D() { method in class:QuadCurve2D.Double
898 return getBounds2D().getBounds();
H A DRectangle2D.java196 public Rectangle2D getBounds2D() { method in class:Rectangle2D.Float
350 public Rectangle2D getBounds2D() { method in class:Rectangle2D.Double
605 public Rectangle2D getBounds2D() { method in class:Rectangle2D
H A DGeneralPath.java531 public Rectangle2D getBounds2D() { method in class:GeneralPath
558 return getBounds2D().getBounds();
H A DRoundRectangle2D.java184 public Rectangle2D getBounds2D() { method in class:RoundRectangle2D.Float
312 public Rectangle2D getBounds2D() { method in class:RoundRectangle2D.Double
H A DCubicCurve2D.java230 public Rectangle2D getBounds2D() { method in class:CubicCurve2D.Float
393 public Rectangle2D getBounds2D() { method in class:CubicCurve2D.Double
1028 return getBounds2D().getBounds();
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath.java186 Rectangle2D rect = mPath.getBounds2D();

Completed in 287 milliseconds

12