Flutter Engine
The Flutter Engine
|
#include <IntersectionTree.h>
Classes | |
class | LeafNode |
class | TreeNode |
Public Types | |
enum class | SplitType : bool { kX , kY } |
Public Member Functions | |
IntersectionTree () | |
bool | add (Rect rect) |
Maintains a collection of non-overlapping rectangles.
add() either adds the given rect to the collection, or returns false if it intersected with a rect already in the collection.
Definition at line 23 of file IntersectionTree.h.
|
strong |
skgpu::graphite::IntersectionTree::IntersectionTree | ( | ) |
Definition at line 205 of file IntersectionTree.cpp.
|
inline |
Definition at line 32 of file IntersectionTree.h.