Searched refs:getYAdvance (Results 1 – 2 of 2) sorted by relevance
36 inline float getYAdvance() const;115 inline float getYAdvance(le_int32 index) const;172 inline float GlyphPositionAdjustments::Adjustment::getYAdvance() const in getYAdvance() function314 inline float GlyphPositionAdjustments::getYAdvance(le_int32 index) const in getYAdvance() function316 return fAdjustments[index].getYAdvance(); in getYAdvance()
505 float yAdvance = adjustments->getYAdvance(i); in adjustGlyphPositions()