Searched defs:paintImage (Results 1 - 5 of 5) sorted by relevance
/openjdk7/jdk/test/java/awt/Graphics2D/DrawString/ |
H A D | DrawStrSuper.java | 47 void paintImage() { method in class:DrawStrSuper 97 paintImage();
|
/openjdk7/jdk/test/java/awt/print/PrinterJob/ImagePrinting/ |
H A D | ImageTypes.java | 113 void paintImage(BufferedImage bi, Color c1, Color c2) { method in class:ImageCanvas 139 paintImage(opaqueImg, o1, o2); 144 paintImage(transImg, t1, t2);
|
/openjdk7/jdk/src/share/classes/sun/swing/ |
H A D | CachedPainter.java | 84 * <code>paintImage</code> is invoked to paint the cached image. 151 paintImage(c, g, x, y, w, h, image, args); 186 protected void paintImage(Component c, Graphics g, method in class:CachedPainter
|
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/ |
H A D | MetalUtils.java | 298 protected void paintImage(Component c, Graphics g, method in class:MetalUtils.GradientPainter
|
/openjdk7/jdk/src/macosx/classes/apple/laf/ |
H A D | JRSUIControl.java | 48 private static native int paintImage (int[] data, int imgW, int imgH, long cfDictionaryPtr, long oldProperties, long newProperties, double x, double y, double w, double h); method in class:JRSUIControl 208 paintImage(data, imgW, imgH, x, y, w, h); 212 private synchronized int paintImage(final int[] data, final int imgW, final int imgH, final double x, final double y, final double w, final double h) { method in class:JRSUIControl 215 return paintImage(data, imgW, imgH, cfDictionaryPtr, priorEncodedProperties, currentEncodedProperties, x, y, w, h);
|
Completed in 103 milliseconds