1 write to _dl
ReachFramework (1)
AlphaFlattener\Flattener.cs (1)
29_dl = new DisplayList(disJoint, width, height);
13 references to _dl
ReachFramework (13)
AlphaFlattener\Flattener.cs (13)
67_dl.RecordPrimitive(p); 156Flattener fl = new Flattener(true, _dl.m_width, _dl.m_height); 286List<PrimitiveInfo> commands = _dl.Commands; 328_dl.CalculateIntersections(count); 423PrimitiveInfo pi = _dl.Commands[i]; 429_dl.Commands[j].underlay.Remove(i); 441_dl.Commands[j].overlapHasTransparency--; 444_dl.Commands[j].overlap.Remove(i); 448_dl.Commands[i] = null; 1067SerializeVisual(dv, _dl.m_width, _dl.m_height, name); 1113Commands = _dl.Commands,