1 write to _dl
ReachFramework (1)
AlphaFlattener\Flattener.cs (1)
28_dl = new DisplayList(disJoint, width, height);
13 references to _dl
ReachFramework (13)
AlphaFlattener\Flattener.cs (13)
66_dl.RecordPrimitive(p); 155Flattener fl = new Flattener(true, _dl.m_width, _dl.m_height); 285List<PrimitiveInfo> commands = _dl.Commands; 327_dl.CalculateIntersections(count); 422PrimitiveInfo pi = _dl.Commands[i]; 428_dl.Commands[j].underlay.Remove(i); 440_dl.Commands[j].overlapHasTransparency--; 443_dl.Commands[j].overlap.Remove(i); 447_dl.Commands[i] = null; 1066SerializeVisual(dv, _dl.m_width, _dl.m_height, name); 1112Commands = _dl.Commands,