Home
last modified time | relevance | path

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

/external/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()
/external/skqp/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()