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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGlyphPositionAdjustments.h72 inline void adjustXPlacement(float xAdjustment);
151 inline void adjustXPlacement(le_int32 index, float xAdjustment);
232 inline void GlyphPositionAdjustments::Adjustment::adjustXPlacement(float xAdjustment) function in class:GlyphPositionAdjustments::Adjustment
375 inline void GlyphPositionAdjustments::adjustXPlacement(le_int32 index, float xAdjustment) function in class:GlyphPositionAdjustments
377 fAdjustments[index].adjustXPlacement(xAdjustment);

Completed in 1671 milliseconds