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

/openjdk7/jdk/test/sun/java2d/SunGraphics2D/
H A DPolyVertTest.java39 static int TESTWIDTH; field in class:PolyVertTest
174 g2d.fillRect(0, 0, TESTWIDTH, TESTHEIGHT);
291 TESTWIDTH = FULL_TEST_WIDTH;
294 TESTWIDTH = REG_TEST_WIDTH;
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,
459 for (int x = 0; x < TESTWIDTH;
[all...]

Completed in 23 milliseconds