11 writes to dx
PresentationCore (11)
Core\CSharp\MS\Internal\Shaping\OpenTypeLayout.cs (1)
28
public LayoutOffset(int dx, int dy) { this.
dx
=dx; this.dy=dy; }
Core\CSharp\MS\Internal\Shaping\Positioning.cs (10)
140
Offsets[MobileGlyph].
dx
= dx;
155
Offsets[MobileGlyph].
dx
= dx;
283
GlyphOffset.
dx
+= Positioning.DesignToPixels(Metrics.DesignEmHeight,Metrics.PixelsEmWidth,
316
GlyphOffset.
dx
+= deviceTable.Value(Table,Metrics.PixelsEmWidth);
460
Point.
dx
= Positioning.DesignToPixels(Metrics.DesignEmHeight,Metrics.PixelsEmWidth,XCoordinate(Table));
467
Point.
dx
= Positioning.DesignToPixels(Metrics.DesignEmHeight,Metrics.PixelsEmWidth,XCoordinate(Table));
472
Point.
dx
= Positioning.DesignToPixels(Metrics.DesignEmHeight,Metrics.PixelsEmWidth,ContourPoint.dx);
478
Point.
dx
= Positioning.DesignToPixels(Metrics.DesignEmHeight,Metrics.PixelsEmWidth,XCoordinate(Table))+
485
Point.
dx
= 0;
486
Point.
dx
= 0;
8 references to dx
PresentationCore (8)
Core\CSharp\MS\Internal\Shaping\Positioning.cs (8)
131
int dx = Offsets[StaticGlyph].
dx
- Advances[StaticGlyph] + StaticAnchorPoint.
dx
132
- AdvanceInBetween - MobileAnchorPoint.
dx
;
146
int dx = Offsets[StaticGlyph].
dx
+ Advances[MobileGlyph] + StaticAnchorPoint.
dx
147
+ AdvanceInBetween - MobileAnchorPoint.
dx
;
465
if (ContourPoint.
dx
==int.MinValue)
472
Point.dx = Positioning.DesignToPixels(Metrics.DesignEmHeight,Metrics.PixelsEmWidth,ContourPoint.
dx
);