< prev index next >

test/jdk/sun/java2d/SunGraphics2D/DrawImageBilinear.java

Print this page

        

*** 21,35 **** * questions. */ /* * @test * @key headful ! * @bug 5009033 6603000 6666362 * @summary Verifies that images transformed with bilinear filtering do not * leave artifacts at the edges. ! * @run main/othervm DrawImageBilinear ! * @run main/othervm -Dsun.java2d.opengl=True DrawImageBilinear * @author campbelc */ import java.awt.Canvas; import java.awt.Color; --- 21,35 ---- * questions. */ /* * @test * @key headful ! * @bug 5009033 6603000 6666362 8159142 * @summary Verifies that images transformed with bilinear filtering do not * leave artifacts at the edges. ! * @run main/othervm -Dsun.java2d.uiScale=2.5 DrawImageBilinear ! * @run main/othervm -Dsun.java2d.opengl=True -Dsun.java2d.uiScale=2.5 DrawImageBilinear * @author campbelc */ import java.awt.Canvas; import java.awt.Color;
< prev index next >