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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGlyphPositionAdjustments.h60 inline float getXAdvance() const;
139 inline float getXAdvance(le_int32 index) const;
192 inline float GlyphPositionAdjustments::Adjustment::getXAdvance() const function in class:GlyphPositionAdjustments::Adjustment
334 inline float GlyphPositionAdjustments::getXAdvance(le_int32 index) const function in class:GlyphPositionAdjustments
336 return fAdjustments[index].getXAdvance();
H A DOpenTypeLayoutEngine.cpp529 float xAdvance = adjustments->getXAdvance(i);
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DXRGlyphCacheEntry.java51 xOff = (int) Math.round(getXAdvance());
104 public float getXAdvance() { method in class:XRGlyphCacheEntry
H A DXRTextRenderer.java95 || (cacheEntry.getXAdvance() != ((float) cacheEntry.getXOff()) || cacheEntry.getYAdvance() != ((float) cacheEntry.getYOff()))
126 advX += (cacheEntry.getXAdvance() - cacheEntry.getXOff());

Completed in 1073 milliseconds