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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGlyphPositionAdjustments.h68 inline void setYAdvance(float newYAdvance);
147 inline void setYAdvance(le_int32 index, float newYAdvance);
222 inline void GlyphPositionAdjustments::Adjustment::setYAdvance(float newYAdvance) function in class:GlyphPositionAdjustments::Adjustment
365 inline void GlyphPositionAdjustments::setYAdvance(le_int32 index, float newYAdvance) function in class:GlyphPositionAdjustments
367 fAdjustments[index].setYAdvance(newYAdvance);
H A DGlyphIterator.cpp306 glyphPositionAdjustments->setYAdvance(position, yAdvanceAdjust);
H A DOpenTypeLayoutEngine.cpp504 adjustments->setYAdvance(i, 0);

Completed in 579 milliseconds