Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkBlockAllocator.h66 inline static constexpr int kGrowthPolicyCount = static_cast<int>(GrowthPolicy::kLast) + 1; member in final::GrowthPolicy
474 static_assert(kGrowthPolicyCount <= 4);
/third_party/skia/tests/
H A DSkBlockAllocatorTest.cpp295 static constexpr size_t kExpectedSizes[SkBlockAllocator::kGrowthPolicyCount][kBlockCount] = { in DEF_TEST()
306 for (int gp = 0; gp < SkBlockAllocator::kGrowthPolicyCount; ++gp) { in DEF_TEST()
355 for (int gp = 0; gp < SkBlockAllocator::kGrowthPolicyCount; ++gp) { in DEF_TEST()

Completed in 4 milliseconds