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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGlyphMetrics.java123 private float advanceY; field in class:GlyphMetrics
182 this.advanceY = 0;
193 * @param advanceY the Y-component of the glyph's advance
198 public GlyphMetrics(boolean horizontal, float advanceX, float advanceY, argument
203 this.advanceY = advanceY;
215 return horizontal ? advanceX : advanceY;
233 return advanceY;
269 advanceY - bounds.y - bounds.height;
/openjdk7/jdk/src/share/native/sun/font/
H A Dfontscalerdefs.h101 float advanceY; member in struct:GlyphInfo
/openjdk7/jdk/src/windows/native/sun/font/
H A Dlcdglyph.c192 short advanceY; local
279 advanceY = glyphMetrics.gmCellIncY;
425 glyphInfo->advanceY = advanceY;

Completed in 33 milliseconds