11 writes to dx
PresentationCore (11)
MS\Internal\Shaping\OpenTypeLayout.cs (1)
13
public LayoutOffset(int dx, int dy) { this.
dx
=dx; this.dy=dy; }
MS\Internal\Shaping\Positioning.cs (10)
106
Offsets[MobileGlyph].
dx
= dx;
121
Offsets[MobileGlyph].
dx
= dx;
240
GlyphOffset.
dx
+= Positioning.DesignToPixels(Metrics.DesignEmHeight,Metrics.PixelsEmWidth,
273
GlyphOffset.
dx
+= deviceTable.Value(Table,Metrics.PixelsEmWidth);
412
Point.
dx
= Positioning.DesignToPixels(Metrics.DesignEmHeight,Metrics.PixelsEmWidth,XCoordinate(Table));
419
Point.
dx
= Positioning.DesignToPixels(Metrics.DesignEmHeight,Metrics.PixelsEmWidth,XCoordinate(Table));
424
Point.
dx
= Positioning.DesignToPixels(Metrics.DesignEmHeight,Metrics.PixelsEmWidth,ContourPoint.dx);
430
Point.
dx
= Positioning.DesignToPixels(Metrics.DesignEmHeight,Metrics.PixelsEmWidth,XCoordinate(Table))+
437
Point.
dx
= 0;
438
Point.
dx
= 0;
8 references to dx
PresentationCore (8)
MS\Internal\Shaping\Positioning.cs (8)
97
int dx = Offsets[StaticGlyph].
dx
- Advances[StaticGlyph] + StaticAnchorPoint.
dx
98
- AdvanceInBetween - MobileAnchorPoint.
dx
;
112
int dx = Offsets[StaticGlyph].
dx
+ Advances[MobileGlyph] + StaticAnchorPoint.
dx
113
+ AdvanceInBetween - MobileAnchorPoint.
dx
;
417
if (ContourPoint.
dx
==int.MinValue)
424
Point.dx = Positioning.DesignToPixels(Metrics.DesignEmHeight,Metrics.PixelsEmWidth,ContourPoint.
dx
);