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

/openjdk7/jdk/src/share/classes/sun/font/
H A DFileFontStrike.java82 private float[] horizontalAdvances; field in class:FileFontStrike
296 horizontalAdvances = new float[numGlyphs];
299 horizontalAdvances[i] = Float.MAX_VALUE;
613 if (horizontalAdvances != null) {
614 advance = horizontalAdvances[glyphCode];
673 if (horizontalAdvances != null) {
674 horizontalAdvances[glyphCode] = advance;

Completed in 31 milliseconds