Searched refs:currCellInfo (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/
H A DAccelGlyphCache.c337 CacheCellInfo *currCellInfo = glyph->cellInfo; local
342 if (currCellInfo == cellInfo) {
345 glyph, currCellInfo);
347 glyph->cellInfo = currCellInfo->nextGCI;
349 prevInfo->nextGCI = currCellInfo->nextGCI;
351 currCellInfo->glyphInfo = NULL;
352 currCellInfo->nextGCI = NULL;
355 prevInfo = currCellInfo;
356 currCellInfo = currCellInfo
[all...]

Completed in 29 milliseconds