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);
156
Flattener fl = new Flattener(true,
_dl
.m_width,
_dl
.m_height);
286
List<PrimitiveInfo> commands =
_dl
.Commands;
328
_dl
.CalculateIntersections(count);
423
PrimitiveInfo 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;
1067
SerializeVisual(dv,
_dl
.m_width,
_dl
.m_height, name);
1113
Commands =
_dl
.Commands,