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); 289List<PrimitiveInfo> commands = _dl.Commands; 331_dl.CalculateIntersections(count); 429PrimitiveInfo pi = _dl.Commands[i]; 435_dl.Commands[j].underlay.Remove(i); 447_dl.Commands[j].overlapHasTransparency--; 450_dl.Commands[j].overlap.Remove(i); 454_dl.Commands[i] = null; 1073SerializeVisual(dv, _dl.m_width, _dl.m_height, name); 1119Commands = _dl.Commands,