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);
155
Flattener fl = new Flattener(true,
_dl
.m_width,
_dl
.m_height);
285
List<PrimitiveInfo> commands =
_dl
.Commands;
327
_dl
.CalculateIntersections(count);
422
PrimitiveInfo 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;
1066
SerializeVisual(dv,
_dl
.m_width,
_dl
.m_height, name);
1112
Commands =
_dl
.Commands,