Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkPatchUtils.cpp94 static const int kPartitionSize = 10; variable
138 int lodX = static_cast<int>(SkMaxScalar(topLength, bottomLength) / kPartitionSize); in GetLevelOfDetail()
139 int lodY = static_cast<int>(SkMaxScalar(leftLength, rightLength) / kPartitionSize); in GetLevelOfDetail()