Searched refs:TESTH (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/awt/Graphics/DrawImageBG/
H A DSystemBgColorTest.java13 public static final int TESTH = 10; field in class:SystemBgColorTest
71 new BufferedImage(TESTW, TESTH, BufferedImage.TYPE_INT_ARGB);
75 src = new BufferedImage(TESTW, TESTH,
82 new BufferedImage(TESTW, TESTH, dsttype);
91 g.fillRect(0, 0, TESTW, TESTH);
/openjdk7/jdk/test/sun/java2d/OpenGL/
H A DGradientPaints.java46 private static final int TESTH = 500; field in class:GradientPaints
67 (int)(TESTW * TESTH * 0.18);
69 (int)(TESTW * TESTH * 0.45);
166 int startY = TESTH/6;
168 int endY = TESTH/2;
170 int ctrY = TESTH/2;
238 g2d.fillRect(0, 0, TESTW, TESTH);
241 g2d.fillOval(0, 0, TESTW, TESTH);
245 return new Dimension(TESTW, TESTH);
345 new BufferedImage(TESTW, TESTH, BufferedImag
[all...]
H A DDrawBufImgOp.java59 private static final int TESTH = 500; field in class:DrawBufImgOp
192 VolatileImage vimg = createVolatileImage(TESTW, TESTH);
230 g2d.fillRect(0, 0, TESTW, TESTH);
355 BufferedImage img = new BufferedImage(TESTW, TESTH,
364 return new Dimension(TESTW, TESTH);
459 Rectangle rect = new Rectangle(pt1.x, pt1.y, TESTW, TESTH);
/openjdk7/jdk/test/sun/java2d/SunGraphics2D/SourceClippingBlitTest/
H A DSourceClippingBlitTest.java58 static final int TESTH = 300; field in class:SourceClippingBlitTest
116 return new Dimension(TESTW, TESTH);
259 gc.createCompatibleVolatileImage(TESTW, TESTH,

Completed in 33 milliseconds