Home
last modified time | relevance | path

Searched refs:kMaxRectsInList (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/experimental/graphite/src/geom/
DIntersectionTree.cpp63 constexpr static int kMaxRectsInList = 64; member in skgpu::IntersectionTree::LeafNode
71 std::fill_n(fLefts, kMaxRectsInList, infinity); in LeafNode()
72 std::fill_n(fTops, kMaxRectsInList, infinity); in LeafNode()
73 std::fill_n(fNegRights, kMaxRectsInList, infinity); in LeafNode()
74 std::fill_n(fNegBots, kMaxRectsInList, infinity); in LeafNode()
90 static_assert(kMaxRectsInList % 4 == 0); in intersects()
91 SkASSERT(fNumRects <= kMaxRectsInList); in intersects()
109 if (fNumRects == kMaxRectsInList) { in addNonIntersecting()
119 SkASSERT(fNumRects < kMaxRectsInList); in appendToList()
138 SkASSERT(fNumRects == kMaxRectsInList); in split()
[all …]