6 references to IdealToRealWithNoRounding
PresentationCore (6)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (6)
3063baselineOrigin = new Point(RoundDipForDisplayModeJustifiedText(IdealToRealWithNoRounding(idealBaselineOriginX), pixelsPerDip), 3064RoundDipForDisplayModeJustifiedText(IdealToRealWithNoRounding(idealBaselineOriginY), pixelsPerDip)); 3101realAccumulatedAdvanceWidth = IdealToRealWithNoRounding(idealAccumulatedAdvanceWidth); 3103realAdvanceWidth = IdealToRealWithNoRounding(piGlyphAdvances[i]); 3171realAccumulatedAdvanceWidth = IdealToRealWithNoRounding(idealAccumulatedAdvanceWidth); 3173realAdvanceWidth = IdealToRealWithNoRounding(piGlyphAdvances[i]);