Searched refs:setYAdvance (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/layout/
H A DGlyphPositionAdjustments.h43 inline void setYAdvance(float newYAdvance);
122 inline void setYAdvance(le_int32 index, float newYAdvance);
197 inline void GlyphPositionAdjustments::Adjustment::setYAdvance(float newYAdvance) function in class:GlyphPositionAdjustments::Adjustment
340 inline void GlyphPositionAdjustments::setYAdvance(le_int32 index, float newYAdvance) function in class:GlyphPositionAdjustments
342 fAdjustments[index].setYAdvance(newYAdvance);
H A DGlyphIterator.cpp286 glyphPositionAdjustments->setYAdvance(position, yAdvanceAdjust);
H A DOpenTypeLayoutEngine.cpp479 adjustments->setYAdvance(i, 0);

Completed in 70 milliseconds