Searched refs:yPlace (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | GlyphPositionAdjustments.h | 30 … 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, flo… in Adjustment() argument 147 : xPlacement(xPlace), yPlacement(yPlace), xAdvance(xAdv), yAdvance(yAdv), baseOffset(baseOff) in Adjustment()
|