Flutter Engine
The Flutter Engine
|
Public Member Functions | |
IntersectionTreeSet ()=default | |
DisjointStencilIndex | add (CompressedPaintersOrder drawOrder, Rect rect) |
void | reset () |
IntersectionTreeSet controls multiple IntersectionTrees to organize all add rectangles into disjoint sets. For a given CompressedPaintersOrder and bounds, it returns the smallest DisjointStencilIndex that guarantees the bounds are disjoint from all other draws that use the same painters order and stencil index.
Definition at line 200 of file Device.cpp.
|
default |
|
inline |
Definition at line 204 of file Device.cpp.
|
inline |
Definition at line 221 of file Device.cpp.