21 references to LeftPad
ReachFramework (21)
AlphaFlattener\Flattener.cs (3)
992
Console.WriteLine("Area with transparency: {0}", DisplayList.
LeftPad
(target, 0));
1000
DisplayList.
LeftPad
(transparentCluster[i].DebugBounds, 0),
1001
DisplayList.
LeftPad
(transparentCluster[i].DebugPrimitives, 0),
AlphaFlattener\PrimitiveList.cs (18)
58
return " [" +
LeftPad
(r.Left, 6) + ' '
59
+
LeftPad
(r.Top, 6) + ' '
60
+
LeftPad
(r.Width, 6) + ' '
61
+
LeftPad
(r.Height, 6) + "]";
94
Console.Write(
LeftPad
(index, 4) +
LeftPad
(typ, 18) + ":");
115
Console.Write(
LeftPad
(info.underlay.Count, 3));
120
Console.Write(' ' +
LeftPad
(info.overlap.Count, 3));
125
Console.Write(
LeftPad
(info.overlapHasTransparency, 3));
139
Console.Write(
LeftPad
(info.bounds, 0));
145
Console.Write(
LeftPad
(clip.Bounds, 0));
153
Console.Write(
LeftPad
(m.M11, 3) + ' ');
154
Console.Write(
LeftPad
(m.M12, 3) + ' ');
155
Console.Write(
LeftPad
(m.M21, 3) + ' ');
156
Console.Write(
LeftPad
(m.M22, 3) + ' ');
157
Console.Write(
LeftPad
(m.OffsetX, 6) + ' ');
158
Console.Write(
LeftPad
(m.OffsetY, 6));
204
Console.Write(
LeftPad
(extra, 0));