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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGlyphPositionAdjustments.h73 inline void adjustYPlacement(float yAdjustment);
75 inline void adjustYAdvance(float yAdjustment);
152 inline void adjustYPlacement(le_int32 index, float yAdjustment);
154 inline void adjustYAdvance(le_int32 index, float yAdjustment);
237 inline void GlyphPositionAdjustments::Adjustment::adjustYPlacement(float yAdjustment) argument
239 yPlacement += yAdjustment;
247 inline void GlyphPositionAdjustments::Adjustment::adjustYAdvance(float yAdjustment) argument
249 yAdvance += yAdjustment;
380 inline void GlyphPositionAdjustments::adjustYPlacement(le_int32 index, float yAdjustment) argument
382 fAdjustments[index].adjustYPlacement(yAdjustment);
390 adjustYAdvance(le_int32 index, float yAdjustment) argument
[all...]

Completed in 27 milliseconds