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

/openjdk7/jdk/src/share/classes/sun/font/
H A DFontDesignMetrics.java118 private static float roundingUpValue = 0.95f; field in class:FontDesignMetrics
555 return (int)(roundingUpValue + this.ascent);
563 return (int)(roundingUpValue + this.descent);
575 (int)(roundingUpValue + descent + leading) -
576 (int)(roundingUpValue + descent);
586 height = getAscent() + (int)(roundingUpValue + descent + leading);

Completed in 29 milliseconds