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

/openjdk7/jdk/test/sun/java2d/SunGraphics2D/
H A DPolyVertTest.java40 static int TESTHEIGHT; field in class:PolyVertTest
174 g2d.fillRect(0, 0, TESTWIDTH, TESTHEIGHT);
292 TESTHEIGHT = FULL_TEST_HEIGHT;
295 TESTHEIGHT = REG_TEST_HEIGHT;
329 refImg = new BufferedImage(TESTWIDTH, TESTHEIGHT,
334 g.fillRect(0, 0, TESTWIDTH, TESTHEIGHT);
382 errorImg = new BufferedImage(TESTWIDTH, TESTHEIGHT,
389 errorG.fillRect(0, 0, TESTWIDTH, TESTHEIGHT);
420 bimg = new BufferedImage(TESTWIDTH, TESTHEIGHT,
458 for (int y = 0; y < TESTHEIGHT;
[all...]

Completed in 29 milliseconds