• Home
  • Raw
  • Download

Lines Matching refs:glyphPositionAdjustments

21     glyphStorage(theGlyphStorage), glyphPositionAdjustments(theGlyphPositionAdjustments),  in GlyphIterator()
51 glyphPositionAdjustments = that.glyphPositionAdjustments; in GlyphIterator()
69 glyphPositionAdjustments = that.glyphPositionAdjustments; in GlyphIterator()
87 glyphPositionAdjustments = that.glyphPositionAdjustments; in GlyphIterator()
175 glyphPositionAdjustments->getEntryPoint(position, entryPoint); in getCursiveEntryPoint()
190 glyphPositionAdjustments->getExitPoint(position, exitPoint); in getCursiveExitPoint()
240 glyphPositionAdjustments->setBaseOffset(position, baseOffset); in setCurrGlyphBaseOffset()
256 glyphPositionAdjustments->adjustXPlacement(position, xPlacementAdjust); in adjustCurrGlyphPositionAdjustment()
257 glyphPositionAdjustments->adjustYPlacement(position, yPlacementAdjust); in adjustCurrGlyphPositionAdjustment()
258 glyphPositionAdjustments->adjustXAdvance(position, xAdvanceAdjust); in adjustCurrGlyphPositionAdjustment()
259 glyphPositionAdjustments->adjustYAdvance(position, yAdvanceAdjust); in adjustCurrGlyphPositionAdjustment()
275 glyphPositionAdjustments->setXPlacement(position, xPlacementAdjust); in setCurrGlyphPositionAdjustment()
276 glyphPositionAdjustments->setYPlacement(position, yPlacementAdjust); in setCurrGlyphPositionAdjustment()
277 glyphPositionAdjustments->setXAdvance(position, xAdvanceAdjust); in setCurrGlyphPositionAdjustment()
278 glyphPositionAdjustments->setYAdvance(position, yAdvanceAdjust); in setCurrGlyphPositionAdjustment()
293 glyphPositionAdjustments->clearEntryPoint(position); in clearCursiveEntryPoint()
308 glyphPositionAdjustments->clearExitPoint(position); in clearCursiveExitPoint()
323 glyphPositionAdjustments->setEntryPoint(position, entryPoint, baselineIsLogicalEnd()); in setCursiveEntryPoint()
338 glyphPositionAdjustments->setExitPoint(position, exitPoint, baselineIsLogicalEnd()); in setCursiveExitPoint()
353 glyphPositionAdjustments->setCursiveGlyph(position, baselineIsLogicalEnd()); in setCursiveGlyph()