<AWT Dev> [10] Review Request: JDK-8159142 : Visible artifacts in sun/java2d/SunGraphics2D/DrawImageBilinear.java

Pankaj Bansal pankaj.b.bansal at oracle.com
Mon Oct 30 10:39:01 UTC 2017


Hi All,

 

Please review the fix for JDK 10.

 

Bug:

https://bugs.openjdk.java.net/browse/JDK-8159142

 

Webrev:

 http://cr.openjdk.java.net/~pbansal/8159142/webrev.00/

 

Issue:

The test runs with D3D and OpenGL both. The issue is with the OpenGL run as there aee some visual artifacts in image when the HiDPI scale is set to non-integer value like 2.5.

 

Fix:

The issue is due to precision error. In WGLSurfaceData.java, the width and height is calculated by multiplying the width and height with scale. But the ceil function was being used instead of round. It should be using round as at most of the places, the round function is being used.

Also changed the test to run at uiScale of 2.5 to catch any further errors.

 

Regards,

Pankaj Bansal

 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/awt-dev/attachments/20171030/6ffa5ca9/attachment.html>


More information about the awt-dev mailing list