Home | History | Annotate | Download | only in layout

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),
51 glyphPositionAdjustments = that.glyphPositionAdjustments;
69 glyphPositionAdjustments = that.glyphPositionAdjustments;
87 glyphPositionAdjustments = that.glyphPositionAdjustments;
175 glyphPositionAdjustments->getEntryPoint(position, entryPoint);
190 glyphPositionAdjustments->getExitPoint(position, exitPoint);
240 glyphPositionAdjustments->setBaseOffset(position, baseOffset);
256 glyphPositionAdjustments->adjustXPlacement(position, xPlacementAdjust);
257 glyphPositionAdjustments->adjustYPlacement(position, yPlacementAdjust);
258 glyphPositionAdjustments->adjustXAdvance(position, xAdvanceAdjust);
259 glyphPositionAdjustments->adjustYAdvance(position, yAdvanceAdjust);
275 glyphPositionAdjustments->setXPlacement(position, xPlacementAdjust);
276 glyphPositionAdjustments->setYPlacement(position, yPlacementAdjust);
277 glyphPositionAdjustments->setXAdvance(position, xAdvanceAdjust);
278 glyphPositionAdjustments->setYAdvance(position, yAdvanceAdjust);
293 glyphPositionAdjustments->clearEntryPoint(position);
308 glyphPositionAdjustments->clearExitPoint(position);
323 glyphPositionAdjustments->setEntryPoint(position, entryPoint, baselineIsLogicalEnd());
338 glyphPositionAdjustments->setExitPoint(position, exitPoint, baselineIsLogicalEnd());
353 glyphPositionAdjustments->setCursiveGlyph(position, baselineIsLogicalEnd());