Lines Matching refs:glyphPositionAdjustments

21     glyphStorage(theGlyphStorage), glyphPositionAdjustments(theGlyphPositionAdjustments),  in GlyphIterator()
55 glyphPositionAdjustments = that.glyphPositionAdjustments; in GlyphIterator()
74 glyphPositionAdjustments = that.glyphPositionAdjustments; in GlyphIterator()
93 glyphPositionAdjustments = that.glyphPositionAdjustments; in GlyphIterator()
183 glyphPositionAdjustments->getEntryPoint(position, entryPoint); in getCursiveEntryPoint()
198 glyphPositionAdjustments->getExitPoint(position, exitPoint); in getCursiveExitPoint()
248 glyphPositionAdjustments->setBaseOffset(position, baseOffset); in setCurrGlyphBaseOffset()
264 glyphPositionAdjustments->adjustXPlacement(position, xPlacementAdjust); in adjustCurrGlyphPositionAdjustment()
265 glyphPositionAdjustments->adjustYPlacement(position, yPlacementAdjust); in adjustCurrGlyphPositionAdjustment()
266 glyphPositionAdjustments->adjustXAdvance(position, xAdvanceAdjust); in adjustCurrGlyphPositionAdjustment()
267 glyphPositionAdjustments->adjustYAdvance(position, yAdvanceAdjust); in adjustCurrGlyphPositionAdjustment()
283 glyphPositionAdjustments->setXPlacement(position, xPlacementAdjust); in setCurrGlyphPositionAdjustment()
284 glyphPositionAdjustments->setYPlacement(position, yPlacementAdjust); in setCurrGlyphPositionAdjustment()
285 glyphPositionAdjustments->setXAdvance(position, xAdvanceAdjust); in setCurrGlyphPositionAdjustment()
286 glyphPositionAdjustments->setYAdvance(position, yAdvanceAdjust); in setCurrGlyphPositionAdjustment()
301 glyphPositionAdjustments->clearEntryPoint(position); in clearCursiveEntryPoint()
316 glyphPositionAdjustments->clearExitPoint(position); in clearCursiveExitPoint()
331 glyphPositionAdjustments->setEntryPoint(position, entryPoint, baselineIsLogicalEnd()); in setCursiveEntryPoint()
346 glyphPositionAdjustments->setExitPoint(position, exitPoint, baselineIsLogicalEnd()); in setCursiveExitPoint()
361 glyphPositionAdjustments->setCursiveGlyph(position, baselineIsLogicalEnd()); in setCursiveGlyph()