Home
last modified time | relevance | path

Searched refs:getXAdvance (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/layout/
DGlyphPositionAdjustments.h35 inline float getXAdvance() const;
114 inline float getXAdvance(le_int32 index) const;
167 inline float GlyphPositionAdjustments::Adjustment::getXAdvance() const in getXAdvance() function
309 inline float GlyphPositionAdjustments::getXAdvance(le_int32 index) const in getXAdvance() function
311 return fAdjustments[index].getXAdvance(); in getXAdvance()
DOpenTypeLayoutEngine.cpp504 float xAdvance = adjustments->getXAdvance(i); in adjustGlyphPositions()