Searched defs:imagepipe (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSurfaceData.java404 protected static final DrawImagePipe imagepipe; field in class:SurfaceData
492 imagepipe = new DrawImage();
553 sg2d.imagepipe = imagepipe;
724 sg2d.imagepipe instanceof LoopBasedPipe)
H A DSunGraphics2D.java156 public DrawImagePipe imagepipe; field in class:SunGraphics2D
395 imagepipe = invalidpipe;
3035 return imagepipe.scaleImage(this, img, dx1, dy1, dx2, dy2, sx1, sy1,
3040 return imagepipe.scaleImage(this, img, dx1, dy1, dx2, dy2, sx1,
3074 return imagepipe.copyImage(this, img, dx, dy, sx, sy,
3079 return imagepipe.copyImage(this, img, dx, dy, sx, sy,
3119 return imagepipe.scaleImage(this, img, x, y, width, height,
3124 return imagepipe.scaleImage(this, img, x, y, width, height,
3163 return imagepipe.copyImage(this, img, x, y, bg, observer);
3167 return imagepipe
[all...]

Completed in 40 milliseconds