Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree_navigator.h146 uint8_t index_[CordRepBtree::kMaxHeight];
147 CordRepBtree* node_[CordRepBtree::kMaxHeight];
H A Dcord_rep_btree.cc226 assert(height <= CordRepBtree::kMaxHeight); in BuildOwnedStack()
242 if (ABSL_PREDICT_FALSE(tree->height() >= CordRepBtree::kMaxHeight)) { in Finalize()
382 NODE_CHECK_VALID(tree->height() <= kMaxHeight); in IsValid()
H A Dcord_rep_btree_test.cc246 testing::Range(0, CordRepBtree::kMaxHeight),
992 for (int h = 1; h <= CordRepBtree::kMaxHeight; ++h) { in TEST_P()
1267 leaf->storage[0] = static_cast<uint8_t>(CordRepBtree::kMaxHeight + 1); in TEST()
H A Dcord_rep_btree.h99 static constexpr int kMaxHeight = kMaxDepth - 1; member in absl::cord_internal::CordRepBtree
231 // kMaxHeight. `height` is implemented as an `int` as in some places we
/third_party/skia/fuzz/
H A DFuzzCreateDDL.cpp36 static constexpr int kMaxHeight = 64; variable
58 fuzz->nextRange(&height, 1, kMaxHeight); in gen_fuzzed_imageinfo()
/third_party/skia/tools/skiaserve/
H A DRequest.cpp22 static int kMaxHeight = 8192; variable
121 // We clip to kMaxWidth / kMaxHeight for performance reasons. in getBounds()
124 std::min(bounds.height(), kMaxHeight)); in getBounds()

Completed in 8 milliseconds