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

/openjdk7/jdk/src/share/classes/sun/font/
H A DStandardGlyphVector.java546 GlyphStrike gs = getGlyphStrike(ix);
859 GlyphStrike s = getGlyphStrike(i);
937 GlyphStrike gs = getDefaultStrike();
1348 private GlyphStrike getGlyphStrike(int ix) {
1357 private GlyphStrike getDefaultStrike() {
1358 GlyphStrike gs = null;
1360 gs = (GlyphStrike)fsref.get();
1363 gs = GlyphStrike.create(this, dtx, null);
1594 GlyphStrike[] sl = getAllStrikes();
1596 GlyphStrike g
1694 public static final class GlyphStrike { class in class:StandardGlyphVector
1749 private GlyphStrike(StandardGlyphVector sgv, FontStrike strike, float dx, float dy) { method in class:StandardGlyphVector.GlyphStrike
[all...]

Completed in 33 milliseconds