Re: [OpenJDK 2D-Dev] Question about AccelGlyphCache_AddGlyph

2008-06-09 Thread Dmitri Trembovetski
Clemens Eisserer wrote: Sorry again, already found where it is set to null :-/ lg Clemens 2008/6/9 Clemens Eisserer <[EMAIL PROTECTED]>: Hello, 1. In AccelGlyphCache_AddGlyph the cache simply nulls the cellInfo-field, if the glyphinfo is removed from cache: // if the cell is occupied,

Re: [OpenJDK 2D-Dev] Question about AccelGlyphCache_AddGlyph

2008-06-09 Thread Clemens Eisserer
Sorry again, already found where it is set to null :-/ lg Clemens 2008/6/9 Clemens Eisserer <[EMAIL PROTECTED]>: > Hello, > > 1. In AccelGlyphCache_AddGlyph the cache simply nulls the > cellInfo-field, if the glyphinfo is removed from cache: > // if the cell is occupied, notify the base gly

[OpenJDK 2D-Dev] Question about AccelGlyphCache_AddGlyph

2008-06-09 Thread Clemens Eisserer
Hello, 1. In AccelGlyphCache_AddGlyph the cache simply nulls the cellInfo-field, if the glyphinfo is removed from cache: // if the cell is occupied, notify the base glyph that its // cached version is about to be kicked out cellinfo->glyphInfo->cellInfo = NULL; Is this really