blob: a69b22d849a803fb4f0b53a98e51e01e1d942597 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8" ?>
<AutoVisualizer
xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
<Type Name="SkPoint">
<AlternativeType Name="SkIPoint"/>
<DisplayString>({fX}, {fY})</DisplayString>
</Type>
<Type Name="SkSize">
<DisplayString>({fWidth}, {fHeight})</DisplayString>
</Type>
<Type Name="SkRect">
<AlternativeType Name="SkIRect"/>
<DisplayString>({fLeft}, {fTop}), ({fRight}, {fBottom})</DisplayString>
</Type>
<Type Name="LogFontTypeface">
<DisplayString>{fLogFont.lfFaceName,su}</DisplayString>
</Type>
</AutoVisualizer>