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

/external/icu/icu4c/source/layout/
H A DGlyphPositionAdjustments.h30 inline Adjustment(float xPlace, float yPlace, float xAdv, float yAdv, le_int32 baseOff = -1);
146 inline GlyphPositionAdjustments::Adjustment::Adjustment(float xPlace, float yPlace, float xAdv, float yAdv, le_int32 baseOff) argument
147 : xPlacement(xPlace), yPlacement(yPlace), xAdvance(xAdv), yAdvance(yAdv), baseOffset(baseOff)

Completed in 93 milliseconds