Searched defs:transformImage (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DDrawImage.java48 // punt to the MediaLib-based transformImage() in the superclass if:
82 public void transformImage(SunGraphics2D sg, BufferedImage img, method in class:D3DDrawImage
88 transformImage(sg, img, x, y,
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLDrawImage.java48 // punt to the MediaLib-based transformImage() in the superclass if:
94 public void transformImage(SunGraphics2D sg, BufferedImage img, method in class:OGLDrawImage
100 transformImage(sg, img, x, y,
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DDrawImagePipe.java53 * - transformImage....
78 public boolean transformImage(SunGraphics2D sg, Image img, method in interface:DrawImagePipe
82 public void transformImage(SunGraphics2D sg, BufferedImage img, method in interface:DrawImagePipe
H A DDrawImage.java76 transformImage(sg, img, atfm, sg.interpolationType,
124 transformImage(sg, img, atfm, sg.interpolationType,
137 protected void transformImage(SunGraphics2D sg, Image img, int x, int y, method in class:DrawImage
210 transformImage(sg, img, tx, interpType, 0, 0, imgw, imgh, null);
229 protected void transformImage(SunGraphics2D sg, Image img, method in class:DrawImage
766 // Since transformImage needs right and bottom coords we will
769 transformImage(sg, img, atfm, sg.interpolationType,
1077 public boolean transformImage(SunGraphics2D sg, Image img, method in class:DrawImage
1081 transformImage(sg, img, 0, 0, atfm, sg.interpolationType);
1093 public void transformImage(SunGraphics2 method in class:DrawImage
[all...]
H A DNullPipe.java147 public boolean transformImage(SunGraphics2D sg, Image img, method in class:NullPipe
152 public void transformImage(SunGraphics2D sg, BufferedImage img, method in class:NullPipe
H A DValidatePipe.java226 public boolean transformImage(SunGraphics2D sg, Image img, method in class:ValidatePipe
230 return sg.imagepipe.transformImage(sg, img, atfm, observer);
235 public void transformImage(SunGraphics2D sg, BufferedImage img, method in class:ValidatePipe
238 sg.imagepipe.transformImage(sg, img, op, x, y);
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCRenderer.java482 protected void transformImage(SunGraphics2D sg2d, Image img, int x, int y, BufferedImageOp op, AffineTransform xf, Color bgColor) { method in class:CRenderer
578 public boolean transformImage(SunGraphics2D sg2d, Image img, AffineTransform atfm, ImageObserver observer) { method in class:CRenderer
582 transformImage(sg2d, img, 0, 0, null, atfm, null);
593 public void transformImage(SunGraphics2D sg2d, BufferedImage img, BufferedImageOp op, int x, int y) { method in class:CRenderer
595 transformImage(sg2d, img, x, y, op, null, null);

Completed in 41 milliseconds