Searched defs:adjustYPlacement (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGlyphPositionAdjustments.h73 inline void adjustYPlacement(float yAdjustment);
152 inline void adjustYPlacement(le_int32 index, float yAdjustment);
237 inline void GlyphPositionAdjustments::Adjustment::adjustYPlacement(float yAdjustment) function in class:GlyphPositionAdjustments::Adjustment
380 inline void GlyphPositionAdjustments::adjustYPlacement(le_int32 index, float yAdjustment) function in class:GlyphPositionAdjustments
382 fAdjustments[index].adjustYPlacement(yAdjustment);

Completed in 30 milliseconds