Lines Matching defs:bounds
52 private Rectangle fBounds; // bounds in user coordinates
64 public OSXSurfaceData(SurfaceType sType, ColorModel cm, GraphicsConfiguration config, Rectangle bounds) {
69 this.fBounds = new Rectangle(bounds.x, bounds.y, bounds.width, bounds.y + bounds.height);
238 // bounds info
989 Rectangle bounds = gp.getBounds();
990 setupGraphicsState(sg2d, kShape, bounds.x, bounds.y, bounds.width, bounds.height);
1095 * Clips the copy area to the heavywieght bounds and returns the cliped rectangle. The tricky part here is the the
1101 // we need to clip against the heavyweight bounds
1112 // src rect outside bounds