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

/openjdk7/jdk/src/share/classes/sun/font/
H A DStandardGlyphVector.java1026 gti.strikesRef = null;
1382 SoftReference strikesRef; // ref to unique strikes, one per transform field in class:StandardGlyphVector.GlyphTransformInfo
1396 this.strikesRef = null; // can't share cache, so rather than clone, we just null out
1515 strikesRef = null;
1548 strikesRef = null;
1655 if (strikesRef != null) {
1656 strikes = (GlyphStrike[])strikesRef.get();
1661 strikesRef = new SoftReference(strikes);

Completed in 30 milliseconds