Searched refs:setRect (Results 1 - 25 of 28) sorted by relevance

12

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphMetrics.java184 this.bounds.setRect(bounds);
205 this.bounds.setRect(bounds);
H A DShapeGraphicAttribute.java169 bounds.setRect(fShapeBounds);
H A DTextLine.java751 chBounds.setRect(chBounds.getX() + locs[vi * 2],
812 r.setRect(r.getMinX() + pt.x, r.getMinY() + pt.y,
824 r.setRect(r.getMinX() + pt.x, r.getMinY() + pt.y,
H A DTextLayout.java154 * bounds.setRect(bounds.getX()+loc.getX(),
974 vb.setRect(vb.getX() - dx,
983 bounds.setRect(boundsRect);
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DRectangle2D.java129 setRect(x, y, w, h);
184 public void setRect(float x, float y, float w, float h) { method in class:Rectangle2D.Float
195 public void setRect(double x, double y, double w, double h) { method in class:Rectangle2D.Float
206 public void setRect(Rectangle2D r) { method in class:Rectangle2D.Float
362 setRect(x, y, w, h);
409 public void setRect(double x, double y, double w, double h) { method in class:Rectangle2D.Double
420 public void setRect(Rectangle2D r) { method in class:Rectangle2D.Double
526 public abstract void setRect(double x, double y, double w, double h); method in class:Rectangle2D
534 public void setRect(Rectangle2D r) { method in class:Rectangle2D
535 setRect(
[all...]
H A DArea.java436 r.setRect(c.getX0(), c.getY0(), 0, 0);
/openjdk7/jdk/test/java/awt/font/TextLayout/
H A DDecorationBoundsTest.java64 bds.setRect(bds.getX(), bds.getY()-1,
78 bds.setRect(bds.getX(), bds.getY()-1,
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCompositeCRenderer.java61 rectangle.setRect(x, y, width, height);
97 rectangle.setRect(x, y, width, height);
259 compositingBounds.setRect(newX, newY, newW, newH);
267 compositingBounds.setRect(newX, newY, newW, newH);
318 bounds.setRect(bounds.getX() - paddingHalf, bounds.getY() - paddingHalf, bounds.getWidth() + padding, bounds.getHeight() + padding);
324 bounds.setRect(newX, newY, newW, newH);
345 bounds.setRect(intersection.getLoX(), intersection.getLoY(), intersection.getWidth(), intersection.getHeight());
H A DCRenderer.java96 rectToShape.setRect(x, y, width, height);
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DWritableRaster.java402 public void setRect(Raster srcRaster) { method in class:WritableRaster
403 setRect(0,0,srcRaster);
414 * {@link WritableRaster#setRect(Raster)}.
424 public void setRect(int dx, int dy, Raster srcRaster) { method in class:WritableRaster
/openjdk7/jdk/src/share/classes/sun/font/
H A DGraphicComponent.java204 bounds.setRect(visualBounds);
286 charBounds.setRect(bounds);
H A DStandardGlyphVector.java605 vb.setRect(vb.getMinX() - pt.getX(),
1791 result.setRect(strike.getGlyphOutlineBounds(glyphID)); // don't mutate cached rect
1806 result.setRect(result.getMinX() + x + dx,
H A DExtendedTextSourceLabel.java406 bounds.setRect(bounds.getX()+x,
/openjdk7/jdk/src/share/demo/management/MemoryMonitor/
H A DMemoryMonitor.java237 mfRect.setRect(x1+5,(float) y1+ssH+i*blockHeight,
245 muRect.setRect(x1+5,(float) y1 + ssH+i*blockHeight,
259 graphOutlineRect.setRect(graphX, graphY, graphW, graphH);
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPathGraphics.java402 rotBounds.setRect(rotBounds.getX(), rotBounds.getY(),
477 region.setRect(region.getX(), region.getY(),
509 region.setRect(region.getX()/scaleFactor,
/openjdk7/jdk/src/macosx/classes/sun/font/
H A DCStrike.java255 result.setRect(0, 0, -1, -1);
259 result.setRect(floatRect.x + pt.x, floatRect.y + pt.y, floatRect.width, floatRect.height);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DGlyphPainter2.java148 alloc.setRect(alloc.getX() + locs[0], alloc.getY(), 1, alloc.getHeight());
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/wbmp/
H A DWBMPImageWriter.java240 raster.setRect(inputRaster);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPathGraphics.java1015 rotBounds.setRect(rotBounds.getX(), rotBounds.getY(),
1092 region.setRect(region.getX(), region.getY(),
1124 region.setRect(region.getX()/scaleFactor,
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DByteInterleavedRaster.java1147 public void setRect(int dx, int dy, Raster srcRaster) { method in class:ByteInterleavedRaster
1149 super.setRect(dx, dy, srcRaster);
H A DBytePackedRaster.java794 * {@link WritableRaster#setRect(Raster)}.
802 public void setRect(int dx, int dy, Raster srcRaster) { method in class:BytePackedRaster
806 super.setRect(dx, dy, srcRaster);
/openjdk7/jdk/src/share/classes/java/awt/
H A DRectangle.java377 public void setRect(double x, double y, double width, double height) { method in class:Rectangle
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextMeasureTests.java505 lb.setRect(lb.getMinX() - 10, lb.getMinY(), lb.getWidth() + 20, lb.getHeight());
/openjdk7/jdk/test/java/awt/Graphics2D/RenderClipTest/
H A DRenderClipTest.java1153 r.rect.setRect(coords[0], coords[1],
1161 rect.setRect(randDblCoord(), randDblCoord(),
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicProgressBarUI.java970 oldComponentInnards.setRect(componentInnards);

Completed in 116 milliseconds

12