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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGlyphPositionAdjustments.h58 inline float getXPlacement() const;
137 inline float getXPlacement(le_int32 index) const;
182 inline float GlyphPositionAdjustments::Adjustment::getXPlacement() const function in class:GlyphPositionAdjustments::Adjustment
324 inline float GlyphPositionAdjustments::getXPlacement(le_int32 index) const function in class:GlyphPositionAdjustments
326 return fAdjustments[index].getXPlacement();

Completed in 29 milliseconds