Home | History | Annotate | Download | only in layout

Lines Matching refs:Adjustment

26     class Adjustment : public UMemory {
29 inline Adjustment();
30 inline Adjustment(float xPlace, float yPlace, float xAdv, float yAdv, le_int32 baseOff = -1);
31 inline ~Adjustment();
97 Adjustment *fAdjustments;
140 inline GlyphPositionAdjustments::Adjustment::Adjustment()
146 inline GlyphPositionAdjustments::Adjustment::Adjustment(float xPlace, float yPlace, float xAdv, float yAdv, le_int32 baseOff)
152 inline GlyphPositionAdjustments::Adjustment::~Adjustment()
157 inline float GlyphPositionAdjustments::Adjustment::getXPlacement() const
162 inline float GlyphPositionAdjustments::Adjustment::getYPlacement() const
167 inline float GlyphPositionAdjustments::Adjustment::getXAdvance() const
172 inline float GlyphPositionAdjustments::Adjustment::getYAdvance() const
177 inline le_int32 GlyphPositionAdjustments::Adjustment::getBaseOffset() const
182 inline void GlyphPositionAdjustments::Adjustment::setXPlacement(float newXPlacement)
187 inline void GlyphPositionAdjustments::Adjustment::setYPlacement(float newYPlacement)
192 inline void GlyphPositionAdjustments::Adjustment::setXAdvance(float newXAdvance)
197 inline void GlyphPositionAdjustments::Adjustment::setYAdvance(float newYAdvance)
202 inline void GlyphPositionAdjustments::Adjustment::setBaseOffset(le_int32 newBaseOffset)
207 inline void GlyphPositionAdjustments::Adjustment::adjustXPlacement(float xAdjustment)
212 inline void GlyphPositionAdjustments::Adjustment::adjustYPlacement(float yAdjustment)
217 inline void GlyphPositionAdjustments::Adjustment::adjustXAdvance(float xAdjustment)
222 inline void GlyphPositionAdjustments::Adjustment::adjustYAdvance(float yAdjustment)