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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGlyphPositionAdjustments.h51 class Adjustment : public UMemory { class in class:GlyphPositionAdjustments
54 inline Adjustment();
55 inline Adjustment(float xPlace, float yPlace, float xAdv, float yAdv, le_int32 baseOff = -1);
56 inline ~Adjustment();
122 Adjustment *fAdjustments;
165 inline GlyphPositionAdjustments::Adjustment::Adjustment() function in class:GlyphPositionAdjustments::Adjustment
171 inline GlyphPositionAdjustments::Adjustment::Adjustment(float xPlace, float yPlace, float xAdv, float yAdv, le_int32 baseOff) function in class:GlyphPositionAdjustments::Adjustment
177 inline GlyphPositionAdjustments::Adjustment
[all...]

Completed in 266 milliseconds