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);
289
List<PrimitiveInfo> commands =
_dl
.Commands;
331
_dl
.CalculateIntersections(count);
429
PrimitiveInfo 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;
1073
SerializeVisual(dv,
_dl
.m_width,
_dl
.m_height, name);
1119
Commands =
_dl
.Commands,