Searched refs:imagepipe (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DValidatePipe.java186 return sg.imagepipe.copyImage(sg, img, x, y, bgColor, observer);
196 return sg.imagepipe.copyImage(sg, img, dx, dy, sx, sy, w, h,
207 return sg.imagepipe.scaleImage(sg, img, x, y, w, h, bgColor,
219 return sg.imagepipe.scaleImage(sg, img, dx1, dy1, dx2, dy2,
230 return sg.imagepipe.transformImage(sg, img, atfm, observer);
238 sg.imagepipe.transformImage(sg, img, op, x, y);
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DNullSurfaceData.java73 sg2d.imagepipe = nullpipe;
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...]
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)
/openjdk7/jdk/src/windows/classes/sun/java2d/windows/
H A DGDIWindowSurfaceData.java196 sg2d.imagepipe = imagepipe;
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11SurfaceData.java313 sg2d.imagepipe = lazypipe;
384 sg2d.imagepipe = imagepipe;
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DSurfaceData.java547 sg2d.imagepipe = d3dImagePipe;
651 sg2d.imagepipe = d3dImagePipe;
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLSurfaceData.java522 sg2d.imagepipe = oglImagePipe;
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRSurfaceData.java184 sg2d.imagepipe = xrDrawImage;
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java91 sg2d.imagepipe = sQuartzPipe;
110 sg2d.imagepipe = sQuartzCompositePipe;

Completed in 67 milliseconds