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

/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();
H A DOpenTypeLayoutEngine.cpp530 float yAdvance = adjustments->getYAdvance(i);
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DXRGlyphCacheEntry.java52 yOff = (int) Math.round(getYAdvance());
108 public float getYAdvance() { method in class:XRGlyphCacheEntry
H A DXRTextRenderer.java95 || (cacheEntry.getXAdvance() != ((float) cacheEntry.getXOff()) || cacheEntry.getYAdvance() != ((float) cacheEntry.getYOff()))
127 advY += (cacheEntry.getYAdvance() - cacheEntry.getYOff());

Completed in 149 milliseconds