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

/external/icu4c/layout/
H A DGlyphPositionAdjustments.h34 inline float getYPlacement() const;
113 inline float getYPlacement(le_int32 index) const;
162 inline float GlyphPositionAdjustments::Adjustment::getYPlacement() const function in class:GlyphPositionAdjustments::Adjustment
304 inline float GlyphPositionAdjustments::getYPlacement(le_int32 index) const function in class:GlyphPositionAdjustments
306 return fAdjustments[index].getYPlacement();

Completed in 50 milliseconds