1 instantiation of DisplayList
ReachFramework (1)
AlphaFlattener\Flattener.cs (1)
28
_dl = new
DisplayList
(disJoint, width, height);
14 references to DisplayList
ReachFramework (14)
AlphaFlattener\Flattener.cs (9)
337
DisplayList
.PrintPrimitive(null, -1, true);
341
DisplayList
.PrintPrimitive(commands[i], i, true);
881
if ((pi.underlay == null) &&
DisplayList
.IsWhitePrimitive(pi.primitive))
968
DisplayList
.PrintPrimitive(null, -1, false);
985
DisplayList
.PrintPrimitive(commands[i], i, false);
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),
1183
private
DisplayList
_dl;
AlphaFlattener\SegmentTree.cs (5)
112
public void ReportIntersection(
DisplayList
dl, int index, double x)
195
private void SortEndPoints(
DisplayList
dl, int count)
231
private void OrthogonalLineSegmentIntersection(
DisplayList
dl)
271
private void BatchedRangeSearch(
DisplayList
dl)
305
public void CalculateIntersections(
DisplayList
dl, int count)