HomeSort by relevance Sort by last modified time
    Searched refs:getYAdvance (Results 1 - 2 of 2) sorted by null

  /external/icu4c/layout/
GlyphPositionAdjustments.h 36 inline float getYAdvance() const;
115 inline float getYAdvance(le_int32 index) const;
172 inline float GlyphPositionAdjustments::Adjustment::getYAdvance() const
314 inline float GlyphPositionAdjustments::getYAdvance(le_int32 index) const
316 return fAdjustments[index].getYAdvance();
OpenTypeLayoutEngine.cpp 400 float yAdvance = adjustments->getYAdvance(i);

Completed in 376 milliseconds