Home
last modified time | relevance | path

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

/third_party/skia/experimental/graphite/src/geom/
H A DIntersectionTree.cpp63 constexpr static int kMaxRectsInList = 64; member in skgpu::final
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);
91 SkASSERT(fNumRects <= kMaxRectsInList);
109 if (fNumRects == kMaxRectsInList) {
119 SkASSERT(fNumRects < kMaxRectsInList); in appendToList()
138 SkASSERT(fNumRects == kMaxRectsInList);
[all...]

Completed in 1 milliseconds