Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/utils/
DSkPatchUtils.cpp130 static const int kPartitionSize = 10; variable
185 int lodX = static_cast<int>(SkMaxScalar(topLength, bottomLength) / kPartitionSize); in GetLevelOfDetail()
186 int lodY = static_cast<int>(SkMaxScalar(leftLength, rightLength) / kPartitionSize); in GetLevelOfDetail()
/third_party/skia/src/utils/
DSkPatchUtils.cpp132 static const int kPartitionSize = 10; variable
187 int lodX = static_cast<int>(std::max(topLength, bottomLength) / kPartitionSize); in GetLevelOfDetail()
188 int lodY = static_cast<int>(std::max(leftLength, rightLength) / kPartitionSize); in GetLevelOfDetail()