< prev index next >

test/java/awt/image/DrawImage/IncorrectClipSurface2SW.java

Print this page

        

*** 44,54 **** * @test * @bug 8041644 * @summary Tests drawing volatile image to BI using different clip. * Results of the blit compatibleImage to BI used for comparison. * @author Sergey Bylokhov ! * @run main/othervm -Dsun.java2d.d3d=false IncorrectClipSurface2SW */ public final class IncorrectClipSurface2SW { private static int[] SCALES = {1, 2, 4}; private static int[] SIZES = {127, 3, 2, 1}; --- 44,54 ---- * @test * @bug 8041644 * @summary Tests drawing volatile image to BI using different clip. * Results of the blit compatibleImage to BI used for comparison. * @author Sergey Bylokhov ! * @run main/othervm -Dsun.java2d.d3d=true IncorrectClipSurface2SW */ public final class IncorrectClipSurface2SW { private static int[] SCALES = {1, 2, 4}; private static int[] SIZES = {127, 3, 2, 1};
< prev index next >