Lines Matching refs:GlyphPositionAdjustments
10 #include "GlyphPositionAdjustments.h"
18 GlyphIterator::GlyphIterator(LEGlyphStorage &theGlyphStorage, GlyphPositionAdjustments *theGlyphPositionAdjustments, le_bool rightToLeft, le_uint16 theLookupFlags,
21 glyphStorage(theGlyphStorage), glyphPositionAdjustments(theGlyphPositionAdjustments),
55 glyphPositionAdjustments = that.glyphPositionAdjustments;
74 glyphPositionAdjustments = that.glyphPositionAdjustments;
93 glyphPositionAdjustments = that.glyphPositionAdjustments;
183 glyphPositionAdjustments->getEntryPoint(position, entryPoint);
198 glyphPositionAdjustments->getExitPoint(position, exitPoint);
248 glyphPositionAdjustments->setBaseOffset(position, baseOffset);
264 glyphPositionAdjustments->adjustXPlacement(position, xPlacementAdjust);
265 glyphPositionAdjustments->adjustYPlacement(position, yPlacementAdjust);
266 glyphPositionAdjustments->adjustXAdvance(position, xAdvanceAdjust);
267 glyphPositionAdjustments->adjustYAdvance(position, yAdvanceAdjust);
283 glyphPositionAdjustments->setXPlacement(position, xPlacementAdjust);
284 glyphPositionAdjustments->setYPlacement(position, yPlacementAdjust);
285 glyphPositionAdjustments->setXAdvance(position, xAdvanceAdjust);
286 glyphPositionAdjustments->setYAdvance(position, yAdvanceAdjust);
301 glyphPositionAdjustments->clearEntryPoint(position);
316 glyphPositionAdjustments->clearExitPoint(position);
331 glyphPositionAdjustments->setEntryPoint(position, entryPoint, baselineIsLogicalEnd());
346 glyphPositionAdjustments->setExitPoint(position, exitPoint, baselineIsLogicalEnd());
361 glyphPositionAdjustments->setCursiveGlyph(position, baselineIsLogicalEnd());