1 instantiation of DisplayList
ReachFramework (1)
AlphaFlattener\Flattener.cs (1)
28
_dl = new
DisplayList
(disJoint, width, height);
7 references to DisplayList
ReachFramework (7)
AlphaFlattener\Flattener.cs (2)
878
if ((pi.underlay == null) &&
DisplayList
.IsWhitePrimitive(pi.primitive))
1180
private
DisplayList
_dl;
AlphaFlattener\SegmentTree.cs (5)
112
public void ReportIntersection(
DisplayList
dl, int index, double x)
195
private void SortEndPoints(
DisplayList
dl, int count)
231
private void OrthogonalLineSegmentIntersection(
DisplayList
dl)
271
private void BatchedRangeSearch(
DisplayList
dl)
305
public void CalculateIntersections(
DisplayList
dl, int count)