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

/openjdk7/jdk/src/solaris/classes/sun/font/
H A DXRGlyphCacheEntry.java52 yOff = (int) Math.round(getYAdvance());
108 public float getYAdvance() { method in class:XRGlyphCacheEntry
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGlyphPositionAdjustments.h61 inline float getYAdvance() const;
140 inline float getYAdvance(le_int32 index) const;
197 inline float GlyphPositionAdjustments::Adjustment::getYAdvance() const function in class:GlyphPositionAdjustments::Adjustment
339 inline float GlyphPositionAdjustments::getYAdvance(le_int32 index) const function in class:GlyphPositionAdjustments
341 return fAdjustments[index].getYAdvance();

Completed in 30 milliseconds