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

/external/icu4c/layout/
H A DGlyphPositionAdjustments.h36 inline float getYAdvance() const;
115 inline float getYAdvance(le_int32 index) const;
172 inline float GlyphPositionAdjustments::Adjustment::getYAdvance() const function in class:GlyphPositionAdjustments::Adjustment
314 inline float GlyphPositionAdjustments::getYAdvance(le_int32 index) const function in class:GlyphPositionAdjustments
316 return fAdjustments[index].getYAdvance();

Completed in 53 milliseconds