Searched refs:adjustYAdvance (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/layout/
H A DGlyphPositionAdjustments.h50 inline void adjustYAdvance(float yAdjustment);
129 inline void adjustYAdvance(le_int32 index, float yAdjustment);
222 inline void GlyphPositionAdjustments::Adjustment::adjustYAdvance(float yAdjustment) function in class:GlyphPositionAdjustments::Adjustment
365 inline void GlyphPositionAdjustments::adjustYAdvance(le_int32 index, float yAdjustment) function in class:GlyphPositionAdjustments
367 fAdjustments[index].adjustYAdvance(yAdjustment);
H A DGlyphIterator.cpp267 glyphPositionAdjustments->adjustYAdvance(position, yAdvanceAdjust);

Completed in 191 milliseconds