[OpenJDK 2D-Dev] 2 small xrender fixes
Phil Race
philip.race at oracle.com
Wed Jul 7 23:20:56 UTC 2010
I see the problem now. I looked at what T2K (the rasteriser) reports, but
in the non-T2K glue code we then make an adjustment in the case of LCD
glyphs
which simply should never have been applied in the case of an empty image.
It has never affected any of our code as I think we only truly use the
width (not the
same as advance) during blitting and the check for a null image stops us
before that's
an issue. I'll file a bug and fix this.
Thanks,
-phil.
On 7/7/2010 12:28 PM, Clemens Eisserer wrote:
> Hi Phil,
>
> Strange, running your test I get width=-1 when uploading as well as
> rendering the glyph - and the pipeline basically just reads the native
> GlyphInfo structure by using Unsafe.
>
>
>> I'll have to think about it a bit more ..
>>
> Anything I could to to help to track that down?
>
> Thanks, Clemens
>
More information about the 2d-dev
mailing list