Home
last modified time | relevance | path

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

/third_party/skia/fuzz/
DFuzzCreateDDL.cpp36 static constexpr int kMaxHeight = 64; variable
58 fuzz->nextRange(&height, 1, kMaxHeight); in gen_fuzzed_imageinfo()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_btree_navigator.h146 uint8_t index_[CordRepBtree::kMaxHeight];
147 CordRepBtree* node_[CordRepBtree::kMaxHeight];
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()
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()
Dcord_rep_btree.h99 static constexpr int kMaxHeight = kMaxDepth - 1; variable
/third_party/skia/tools/skiaserve/
DRequest.cpp22 static int kMaxHeight = 8192; variable
124 std::min(bounds.height(), kMaxHeight)); in getBounds()
/third_party/node/deps/v8/tools/system-analyzer/view/
Dhelper.mjs306 const kMaxHeight = maxHeight === '%' ? 100 : maxHeight;
314 const height = (increment / totalLength * kMaxHeight) | 0;