Lines Matching refs:yAdjustment
48 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) in adjustYPlacement() argument
214 yPlacement += yAdjustment; in adjustYPlacement()
222 inline void GlyphPositionAdjustments::Adjustment::adjustYAdvance(float yAdjustment) in adjustYAdvance() argument
224 yAdvance += yAdjustment; in adjustYAdvance()
355 inline void GlyphPositionAdjustments::adjustYPlacement(le_int32 index, float yAdjustment) in adjustYPlacement() argument
357 fAdjustments[index].adjustYPlacement(yAdjustment); in adjustYPlacement()
365 inline void GlyphPositionAdjustments::adjustYAdvance(le_int32 index, float yAdjustment) in adjustYAdvance() argument
367 fAdjustments[index].adjustYAdvance(yAdjustment); in adjustYAdvance()