Searched defs:ssOffset (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DCoreMetrics.java49 float ssOffset,
61 this.ssOffset = ssOffset;
70 return Float.floatToIntBits(ascent + ssOffset);
99 && ssOffset == rhs.ssOffset
107 // this does NOT add the ssOffset
129 public final float ssOffset; field in class:CoreMetrics
39 CoreMetrics(float ascent, float descent, float leading, float height, int baselineIndex, float[] baselineOffsets, float strikethroughOffset, float strikethroughThickness, float underlineOffset, float underlineThickness, float ssOffset, float italicAngle) argument

Completed in 40 milliseconds