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

/openjdk7/jdk/test/sun/java2d/SunGraphics2D/
H A DPolyVertTest.java585 public static void testCompatibleImages(GraphicsConfiguration gconfig) { argument
586 test(gconfig.createCompatibleImage(TESTWIDTH, TESTHEIGHT),
587 gconfig+".createCompat()");
588 test(gconfig.createCompatibleImage(TESTWIDTH, TESTHEIGHT,
590 gconfig+".createCompat(OPAQUE)");
591 test(gconfig.createCompatibleImage(TESTWIDTH, TESTHEIGHT,
593 gconfig+".createCompat(BITMASK)");
594 test(gconfig.createCompatibleImage(TESTWIDTH, TESTHEIGHT,
596 gconfig+".createCompat(TRANSLUCENT)");
597 test(gconfig
[all...]

Completed in 35 milliseconds