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

  /external/icu4c/layout/
GlyphPositionAdjustments.h 50 inline void adjustYAdvance(float yAdjustment);
129 inline void adjustYAdvance(le_int32 index, float yAdjustment);
222 inline void GlyphPositionAdjustments::Adjustment::adjustYAdvance(float yAdjustment)
365 inline void GlyphPositionAdjustments::adjustYAdvance(le_int32 index, float yAdjustment)
367 fAdjustments[index].adjustYAdvance(yAdjustment);
GlyphIterator.cpp 259 glyphPositionAdjustments->adjustYAdvance(position, yAdvanceAdjust);

Completed in 32 milliseconds