1 instantiation of DisplayList
ReachFramework (1)
AlphaFlattener\Flattener.cs (1)
29_dl = new DisplayList(disJoint, width, height);
14 references to DisplayList
ReachFramework (14)
AlphaFlattener\Flattener.cs (9)
338DisplayList.PrintPrimitive(null, -1, true); 342DisplayList.PrintPrimitive(commands[i], i, true); 882if ((pi.underlay == null) && DisplayList.IsWhitePrimitive(pi.primitive)) 969DisplayList.PrintPrimitive(null, -1, false); 986DisplayList.PrintPrimitive(commands[i], i, false); 993Console.WriteLine("Area with transparency: {0}", DisplayList.LeftPad(target, 0)); 1001DisplayList.LeftPad(transparentCluster[i].DebugBounds, 0), 1002DisplayList.LeftPad(transparentCluster[i].DebugPrimitives, 0), 1184private DisplayList _dl;
AlphaFlattener\SegmentTree.cs (5)
113public void ReportIntersection(DisplayList dl, int index, double x) 196private void SortEndPoints(DisplayList dl, int count) 232private void OrthogonalLineSegmentIntersection(DisplayList dl) 272private void BatchedRangeSearch(DisplayList dl) 306public void CalculateIntersections(DisplayList dl, int count)