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)
337DisplayList.PrintPrimitive(null, -1, true); 341DisplayList.PrintPrimitive(commands[i], i, true); 881if ((pi.underlay == null) && DisplayList.IsWhitePrimitive(pi.primitive)) 968DisplayList.PrintPrimitive(null, -1, false); 985DisplayList.PrintPrimitive(commands[i], i, false); 992Console.WriteLine("Area with transparency: {0}", DisplayList.LeftPad(target, 0)); 1000DisplayList.LeftPad(transparentCluster[i].DebugBounds, 0), 1001DisplayList.LeftPad(transparentCluster[i].DebugPrimitives, 0), 1183private DisplayList _dl;
AlphaFlattener\SegmentTree.cs (5)
112public void ReportIntersection(DisplayList dl, int index, double x) 195private void SortEndPoints(DisplayList dl, int count) 231private void OrthogonalLineSegmentIntersection(DisplayList dl) 271private void BatchedRangeSearch(DisplayList dl) 305public void CalculateIntersections(DisplayList dl, int count)