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

/openjdk7/jdk/src/share/classes/sun/font/
H A DFont2D.java108 protected Reference lastFontStrike = new SoftReference(null); field in class:Font2D
198 FontStrike strike = (FontStrike)lastFontStrike.get();
310 FontStrike strike = (FontStrike)lastFontStrike.get();
320 lastFontStrike = new SoftReference(strike);
363 lastFontStrike = new SoftReference(strike);

Completed in 47 milliseconds