[OpenJDK 2D-Dev] [RFC]: 7027667 fix

Phil Race philip.race at oracle.com
Tue Mar 15 15:50:17 UTC 2011


Denis,

I pushed the identical fix about 11 days ago  under bug id after Clemens 
and I spotted
problems first in the Xrender pipeline. I think that maybe why your 
webrev against
the 2D repo shows nothing :-) See attached.

-phil.


On 3/15/2011 7:55 AM, Denis Lila wrote:
> Hi.
>
> This webrev has a fix for 7027667:
> http://icedtea.classpath.org/~dlila/webrevs/7027667/webrev/
>
> Although, for some reason, the diff in the webref for
> AAShapePipe.java shows nothing. It should be (this is what hg diff
> gives me):
>
> diff -r 155d91257957 src/share/classes/sun/java2d/pipe/AAShapePipe.java
> --- a/src/share/classes/sun/java2d/pipe/AAShapePipe.java	Thu Dec 23 08:47:30 2010 -0800
> +++ b/src/share/classes/sun/java2d/pipe/AAShapePipe.java	Tue Mar 15 10:57:28 2011 -0400
> @@ -109,7 +109,7 @@
>           Region clip = sg.getCompClip();
>           int abox[] = new int[4];
>           AATileGenerator aatg =
> -            renderengine.getAATileGenerator(x, y, dx1, dy1, dx2, dy2, 0, 0,
> +            renderengine.getAATileGenerator(x, y, dx1, dy1, dx2, dy2, lw1, lw2,
>                                               clip, abox);
>           if (aatg == null) {
>               // Nothing to render
>
> Is this ok?
>
> Thank you,
> Denis.

-------------- next part --------------
An embedded message was scrubbed...
From: philip.race at oracle.com
Subject: [OpenJDK 2D-Dev] hg: jdk7/2d/jdk: 7023591: Xrender: java2D font	demo - text	highlighting tab content is black
Date: Fri, 04 Mar 2011 23:54:35 +0000
Size: 2621
URL: <http://mail.openjdk.java.net/pipermail/2d-dev/attachments/20110315/8d799e5e/AttachedMessage.mht>


More information about the 2d-dev mailing list