Searched refs:setXAdvance (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGlyphPositionAdjustments.h67 inline void setXAdvance(float newXAdvance);
146 inline void setXAdvance(le_int32 index, float newXAdvance);
217 inline void GlyphPositionAdjustments::Adjustment::setXAdvance(float newXAdvance) function in class:GlyphPositionAdjustments::Adjustment
360 inline void GlyphPositionAdjustments::setXAdvance(le_int32 index, float newXAdvance) function in class:GlyphPositionAdjustments
362 fAdjustments[index].setXAdvance(newXAdvance);
H A DGlyphIterator.cpp305 glyphPositionAdjustments->setXAdvance(position, xAdvanceAdjust);
H A DOpenTypeLayoutEngine.cpp503 adjustments->setXAdvance(i, 0);

Completed in 527 milliseconds