Searched defs:drawImage (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterGraphics.java46 public boolean drawImage(Image img, int x, int y, method in class:CPrinterGraphics
52 return getDelegate().drawImage(img, x, y, bgcolor, observer);
55 public boolean drawImage(Image img, int x, int y, method in class:CPrinterGraphics
62 return getDelegate().drawImage(img, x, y, width, height, bgcolor, observer);
65 public boolean drawImage(Image img, method in class:CPrinterGraphics
73 return getDelegate().drawImage(img, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, bgcolor, observer);
/openjdk7/jdk/test/java/awt/print/PrinterJob/ImagePrinting/
H A DImageTypes.java186 private void drawImage(Graphics g, int biType, IndexColorModel icm) { method in class:ImageCanvas
197 big.drawImage(opaqueImg, 0, 0, null);
199 big.drawImage(transImg, 0, 0, null);
201 g.drawImage(bi, 0, 0, null);
210 drawImage(g, TYPE_INT_RGB, null);
213 drawImage(g, TYPE_INT_BGR, null);
216 drawImage(g, TYPE_INT_ARGB, null);
219 drawImage(g, TYPE_INT_ARGB_PRE, null);
222 drawImage(g, TYPE_3BYTE_BGR, null);
225 drawImage(
[all...]
H A DClippedImages.java252 private void drawImage(Graphics g, method in class:ClippedImageCanvas
265 g.drawImage(img, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, null);
311 drawImage(g, dx, dy, dx+dw, dy+dh ,sx,sy,1,1);
315 drawImage(g, dx, dy, dx+dw, dy+dh, sx, sy, dw/2, dh/2);
321 drawImage(g, dx, dy, dx+dw, dy+dh, sx, sy, dw/2, dh/2);
326 drawImage(g, dx, dy, dx+dw*10, dy+dh*10, 30, sy, dw, dh);
329 drawImage(g, dx, dy, dx+dw*2, dy+dh*2, 30, sy, dw, dh);
335 drawImage(g, dx, dy, dx+dw*5, dy+dh*2, 30, sy, dw, dh);
340 drawImage(g, dx, dy, dx+dw, dy+dh, sx, sy, sw, sh);
343 drawImage(
[all...]
/openjdk7/jdk/src/share/classes/sun/print/
H A DPeekMetrics.java134 public void drawImage(Graphics2D g, Image image) { method in class:PeekMetrics
142 public void drawImage(Graphics2D g, RenderedImage image) { method in class:PeekMetrics
150 public void drawImage(Graphics2D g, RenderableImage image) { method in class:PeekMetrics
H A DProxyGraphics.java808 * <code>drawImage</code> returns <code>false</code>. As more of
820 public boolean drawImage(Image img, int x, int y, method in class:ProxyGraphics
822 return g.drawImage(img, x, y, observer);
838 * <code>drawImage</code> returns <code>false</code>. As more of
858 public boolean drawImage(Image img, int x, int y, method in class:ProxyGraphics
861 return g.drawImage(img, x, y, width, height, observer);
880 * <code>drawImage</code> returns <code>false</code>. As more of
894 public boolean drawImage(Image img, int x, int y, method in class:ProxyGraphics
897 return g.drawImage(img, x, y, bgcolor, observer);
916 * <code>drawImage</cod
938 public boolean drawImage(Image img, int x, int y, method in class:ProxyGraphics
993 public boolean drawImage(Image img, method in class:ProxyGraphics
1056 public boolean drawImage(Image img, method in class:ProxyGraphics
[all...]
H A DPathGraphics.java1333 * The various <code>drawImage()</code> methods for
1380 * <code>drawImage</code> returns <code>false</code>. As more of
1393 public boolean drawImage(Image img, int x, int y, method in class:PathGraphics
1396 return drawImage(img, x, y, null, observer);
1412 * <code>drawImage</code> returns <code>false</code>. As more of
1433 public boolean drawImage(Image img, int x, int y, method in class:PathGraphics
1437 return drawImage(img, x, y, width, height, null, observer);
1457 * <code>drawImage</code> returns <code>false</code>. As more of
1477 public boolean drawImage(Image img, int x, int y, method in class:PathGraphics
1492 result = drawImage(im
1538 public boolean drawImage(Image img, int x, int y, method in class:PathGraphics
1610 public boolean drawImage(Image img, method in class:PathGraphics
1675 public boolean drawImage(Image img, method in class:PathGraphics
1784 public boolean drawImage(Image img, method in class:PathGraphics
1824 public void drawImage(BufferedImage img, method in class:PathGraphics
[all...]
H A DPeekGraphics.java934 * <code>drawImage</code> returns <code>false</code>. As more of
947 public boolean drawImage(Image img, int x, int y, method in class:PeekGraphics
960 mPrintMetrics.drawImage(this, img);
962 return mGraphics.drawImage(img, x, y, observer);
979 * <code>drawImage</code> returns <code>false</code>. As more of
1000 public boolean drawImage(Image img, int x, int y, method in class:PeekGraphics
1008 mPrintMetrics.drawImage(this, img);
1010 return mGraphics.drawImage(img, x, y, width, height, observer);
1030 * <code>drawImage</code> returns <code>false</code>. As more of
1045 public boolean drawImage(Imag method in class:PeekGraphics
1104 public boolean drawImage(Image img, int x, int y, method in class:PeekGraphics
1167 public boolean drawImage(Image img, method in class:PeekGraphics
1241 public boolean drawImage(Image img, method in class:PeekGraphics
1384 public boolean drawImage(Image img, method in class:PeekGraphics
1431 public void drawImage(BufferedImage img, method in class:PeekGraphics
[all...]
H A DProxyGraphics2D.java799 * <code>drawImage</code> returns <code>false</code>. As more of
812 public boolean drawImage(Image img, int x, int y, method in class:ProxyGraphics2D
815 return mGraphics.drawImage(img, x, y, observer);
831 * <code>drawImage</code> returns <code>false</code>. As more of
852 public boolean drawImage(Image img, int x, int y, method in class:ProxyGraphics2D
856 return mGraphics.drawImage(img, x, y, width, height, observer);
875 * <code>drawImage</code> returns <code>false</code>. As more of
890 public boolean drawImage(Image img, int x, int y, method in class:ProxyGraphics2D
902 result = mGraphics.drawImage(imageCopy, x, y, null);
904 result = mGraphics.drawImage(im
949 public boolean drawImage(Image img, int x, int y, method in class:ProxyGraphics2D
1018 public boolean drawImage(Image img, method in class:ProxyGraphics2D
1080 public boolean drawImage(Image img, method in class:ProxyGraphics2D
1311 public boolean drawImage(Image img, method in class:ProxyGraphics2D
1335 public void drawImage(BufferedImage img, method in class:ProxyGraphics2D
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DImageScalingHelper.java119 g.drawImage(image, x + (w - iw) / 2,
131 g.drawImage(image, xCounter, yCounter, dx2, dy2,
174 drawImage(image, g, x, y, x + dl, y + dt,
182 drawImage(image, g, x + w - dr, y, x + w, y + dt,
191 drawImage(image, g, x + w - dr, y + h - db, x + w, y + h,
200 drawImage(image, g, x, y + h - db, x + dl, y + h,
204 drawImage(image, g, x + dl, y + dt, x + w - dr, y + h - db,
238 g.drawImage(image, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, null);
258 g.drawImage(image, dx1, dy1, newDX2, newDY2,
267 private static void drawImage(Imag method in class:ImageScalingHelper
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphics2D.java213 * {@link #drawImage(java.awt.Image, java.awt.geom.AffineTransform, java.awt.image.ImageObserver) drawImage(Image, AffineTransform, ImageObserver)},
552 public abstract boolean drawImage(Image img, method in class:Graphics2D
565 * drawImage(img1, new AffineTransform(1f,0f,0f,1f,x,y), null);
581 public abstract void drawImage(BufferedImage img, method in class:Graphics2D
835 * <code>drawImage</code>, <code>drawString</code>, <code>draw</code>,
H A DGraphics.java863 * <code>drawImage</code> returns <code>true</code>.
864 * Otherwise, <code>drawImage</code> returns <code>false</code>
882 public abstract boolean drawImage(Image img, int x, int y, method in class:Graphics
898 * <code>drawImage</code> returns <code>false</code>. As more of
921 public abstract boolean drawImage(Image img, int x, int y, method in class:Graphics
942 * <code>drawImage</code> returns <code>true</code>.
943 * Otherwise, <code>drawImage</code> returns <code>false</code>
963 public abstract boolean drawImage(Image img, int x, int y, method in class:Graphics
983 * <code>drawImage</code> returns <code>false</code>. As more of
1008 public abstract boolean drawImage(Imag method in class:Graphics
1063 public abstract boolean drawImage(Image img, method in class:Graphics
1124 public abstract boolean drawImage(Image img, method in class:Graphics
[all...]
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DPaint9Painter.java167 g.drawImage(image, x + (w - iw) / 2,
180 g.drawImage(image, xCounter, yCounter, dx2, dy2,
224 drawImage(image, g, x, y, x + dl, y + dt,
232 drawImage(image, g, x + w - dr, y, x + w, y + dt,
241 drawImage(image, g, x + w - dr, y + h - db, x + w, y + h,
250 drawImage(image, g, x, y + h - db, x + dl, y + h,
254 drawImage(image, g, x + dl, y + dt, x + w - dr, y + h - db,
260 private void drawImage(Image image, Graphics g, method in class:Paint9Painter
269 g.drawImage(image, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, null);
300 g.drawImage(imag
[all...]
/openjdk7/jdk/test/javax/swing/plaf/metal/MetalBumps/
H A DTest6657026.java207 public boolean drawImage(Image img, int x, int y, ImageObserver observer) { method in class:Test6657026.MyGraphics
211 public boolean drawImage(Image img, int x, int y, int width, int height, ImageObserver observer) { method in class:Test6657026.MyGraphics
215 public boolean drawImage(Image img, int x, int y, Color bgcolor, ImageObserver observer) { method in class:Test6657026.MyGraphics
219 public boolean drawImage(Image img, int x, int y, int width, int height, Color bgcolor, ImageObserver observer) { method in class:Test6657026.MyGraphics
223 public boolean drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, ImageObserver observer) { method in class:Test6657026.MyGraphics
230 public boolean drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bgcolor, ImageObserver observer) { method in class:Test6657026.MyGraphics
/openjdk7/jdk/src/share/classes/javax/swing/
H A DDebugGraphics.java998 * Overrides <code>Graphics.drawImage</code>.
1000 public boolean drawImage(Image img, int x, int y, method in class:DebugGraphics
1014 debugGraphics.drawImage(img, x, y, observer);
1032 graphics.drawImage(imageToDraw, x, y,
1038 return graphics.drawImage(img, x, y, observer);
1042 * Overrides <code>Graphics.drawImage</code>.
1044 public boolean drawImage(Image img, int x, int y, int width, int height, method in class:DebugGraphics
1058 debugGraphics.drawImage(img, x, y, width, height, observer);
1076 graphics.drawImage(imageToDraw, x, y,
1082 return graphics.drawImage(im
1088 public boolean drawImage(Image img, int x, int y, method in class:DebugGraphics
1134 public boolean drawImage(Image img, int x, int y,int width, int height, method in class:DebugGraphics
1181 public boolean drawImage(Image img, method in class:DebugGraphics
1231 public boolean drawImage(Image img, method in class:DebugGraphics
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java597 g.drawImage(image, x, y, x+swm, y+sh, 0, 0, swm, sh, null);
1271 protected void drawImage(Node node, Graphics g) { method in class:Metacity
1306 g2.drawImage(object, x, y, w, h, null);
1311 g.drawImage(object, x, y, w, h, null);
1405 drawImage(child, g);
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java891 * in all drawing methods such as drawImage, drawString, drawPath,
2593 // BufferedImage case: use a simple drawImage call
2596 drawImage(bufImg,xform,null);
2691 drawImage(bufImg, transXform, null);
3057 public boolean drawImage(Image img, int x, int y, int width, int height, method in class:SunGraphics2D
3059 return drawImage(img, x, y, width, height, null, observer);
3096 public boolean drawImage(Image img, int x, int y, int width, int height, method in class:SunGraphics2D
3140 public boolean drawImage(Image img, int x, int y, ImageObserver observer) { method in class:SunGraphics2D
3141 return drawImage(img, x, y, null, observer);
3148 public boolean drawImage(Imag method in class:SunGraphics2D
3183 public boolean drawImage(Image img, method in class:SunGraphics2D
3195 public boolean drawImage(Image img, method in class:SunGraphics2D
3281 public boolean drawImage(Image img, method in class:SunGraphics2D
3322 public void drawImage(BufferedImage bImg, method in class:SunGraphics2D
[all...]

Completed in 113 milliseconds