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

/openjdk7/jdk/src/share/classes/sun/font/
H A DGlyphLayout.java272 SoftReference<ConcurrentHashMap<SDKey, SDCache>> cacheRef;
274 private static final class SDKey { class in class:GlyphLayout.SDCache
279 SDKey(Font font, FontRenderContext frc) { method in class:GlyphLayout.SDCache.SDKey
291 SDKey rhs = (SDKey)o;
326 SDKey key = new SDKey(font, frc); // garbage, yuck...
327 ConcurrentHashMap<SDKey, SDCache> cache = null;
338 cache = new ConcurrentHashMap<SDKey, SDCache>(10);
340 SoftReference<ConcurrentHashMap<SDKey, SDCach
[all...]

Completed in 30 milliseconds