Searched defs:setXAdvance (Results 1 - 1 of 1) 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);

Completed in 351 milliseconds