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

/external/icu4c/layout/
H A DGlyphPositionAdjustments.h48 inline void adjustYPlacement(float yAdjustment);
50 inline void adjustYAdvance(float yAdjustment);
127 inline void adjustYPlacement(le_int32 index, float yAdjustment);
129 inline void adjustYAdvance(le_int32 index, float yAdjustment);
212 inline void GlyphPositionAdjustments::Adjustment::adjustYPlacement(float yAdjustment) argument
214 yPlacement += yAdjustment;
222 inline void GlyphPositionAdjustments::Adjustment::adjustYAdvance(float yAdjustment) argument
224 yAdvance += yAdjustment;
355 inline void GlyphPositionAdjustments::adjustYPlacement(le_int32 index, float yAdjustment) argument
357 fAdjustments[index].adjustYPlacement(yAdjustment);
365 adjustYAdvance(le_int32 index, float yAdjustment) argument
[all...]

Completed in 36 milliseconds