Searched refs:getXAdvance (Results 1 – 2 of 2) sorted by relevance
35 inline float getXAdvance() const;114 inline float getXAdvance(le_int32 index) const;167 inline float GlyphPositionAdjustments::Adjustment::getXAdvance() const in getXAdvance() function309 inline float GlyphPositionAdjustments::getXAdvance(le_int32 index) const in getXAdvance() function311 return fAdjustments[index].getXAdvance(); in getXAdvance()
504 float xAdvance = adjustments->getXAdvance(i); in adjustGlyphPositions()