1 instantiation of DisplayList
ReachFramework (1)
AlphaFlattener\Flattener.cs (1)
34_dl = new DisplayList(disJoint, width, height);
14 references to DisplayList
ReachFramework (14)
AlphaFlattener\Flattener.cs (9)
346DisplayList.PrintPrimitive(null, -1, true); 350DisplayList.PrintPrimitive(commands[i], i, true); 888if ((pi.underlay == null) && DisplayList.IsWhitePrimitive(pi.primitive)) 975DisplayList.PrintPrimitive(null, -1, false); 992DisplayList.PrintPrimitive(commands[i], i, false); 999Console.WriteLine("Area with transparency: {0}", DisplayList.LeftPad(target, 0)); 1007DisplayList.LeftPad(transparentCluster[i].DebugBounds, 0), 1008DisplayList.LeftPad(transparentCluster[i].DebugPrimitives, 0), 1186private DisplayList _dl;
AlphaFlattener\SegmentTree.cs (5)
119public void ReportIntersection(DisplayList dl, int index, double x) 202private void SortEndPoints(DisplayList dl, int count) 238private void OrthogonalLineSegmentIntersection(DisplayList dl) 278private void BatchedRangeSearch(DisplayList dl) 312public void CalculateIntersections(DisplayList dl, int count)