Searched defs:adjustYPlacement (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/layout/
H A DGlyphPositionAdjustments.h48 inline void adjustYPlacement(float yAdjustment);
127 inline void adjustYPlacement(le_int32 index, float yAdjustment);
212 inline void GlyphPositionAdjustments::Adjustment::adjustYPlacement(float yAdjustment) function in class:GlyphPositionAdjustments::Adjustment
355 inline void GlyphPositionAdjustments::adjustYPlacement(le_int32 index, float yAdjustment) function in class:GlyphPositionAdjustments
357 fAdjustments[index].adjustYPlacement(yAdjustment);

Completed in 83 milliseconds