Searched refs:adjustYAdvance (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGlyphPositionAdjustments.h75 inline void adjustYAdvance(float yAdjustment);
154 inline void adjustYAdvance(le_int32 index, float yAdjustment);
247 inline void GlyphPositionAdjustments::Adjustment::adjustYAdvance(float yAdjustment) function in class:GlyphPositionAdjustments::Adjustment
390 inline void GlyphPositionAdjustments::adjustYAdvance(le_int32 index, float yAdjustment) function in class:GlyphPositionAdjustments
392 fAdjustments[index].adjustYAdvance(yAdjustment);
H A DGlyphIterator.cpp287 glyphPositionAdjustments->adjustYAdvance(position, yAdvanceAdjust);

Completed in 234 milliseconds