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() in Adjustment() function
146 inline GlyphPositionAdjustments::Adjustment::Adjustment(float xPlace, float yPlace, float xAdv, flo… in Adjustment() function
152 inline GlyphPositionAdjustments::Adjustment::~Adjustment() in ~Adjustment()
157 inline float GlyphPositionAdjustments::Adjustment::getXPlacement() const in getXPlacement()
162 inline float GlyphPositionAdjustments::Adjustment::getYPlacement() const in getYPlacement()
167 inline float GlyphPositionAdjustments::Adjustment::getXAdvance() const in getXAdvance()
172 inline float GlyphPositionAdjustments::Adjustment::getYAdvance() const in getYAdvance()
177 inline le_int32 GlyphPositionAdjustments::Adjustment::getBaseOffset() const in getBaseOffset()
182 inline void GlyphPositionAdjustments::Adjustment::setXPlacement(float newXPlacement) in setXPlacement()
187 inline void GlyphPositionAdjustments::Adjustment::setYPlacement(float newYPlacement) in setYPlacement()
192 inline void GlyphPositionAdjustments::Adjustment::setXAdvance(float newXAdvance) in setXAdvance()
197 inline void GlyphPositionAdjustments::Adjustment::setYAdvance(float newYAdvance) in setYAdvance()
202 inline void GlyphPositionAdjustments::Adjustment::setBaseOffset(le_int32 newBaseOffset) in setBaseOffset()
207 inline void GlyphPositionAdjustments::Adjustment::adjustXPlacement(float xAdjustment) in adjustXPlacement()
212 inline void GlyphPositionAdjustments::Adjustment::adjustYPlacement(float yAdjustment) in adjustYPlacement()
217 inline void GlyphPositionAdjustments::Adjustment::adjustXAdvance(float xAdjustment) in adjustXAdvance()
222 inline void GlyphPositionAdjustments::Adjustment::adjustYAdvance(float yAdjustment) in adjustYAdvance()