Searched defs:kPartitionSize (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/utils/
H A DSkPatchUtils.cpp128 static const int kPartitionSize = 10; variable
179 int lodX = static_cast<int>(SkMaxScalar(topLength, bottomLength) / kPartitionSize);
180 int lodY = static_cast<int>(SkMaxScalar(leftLength, rightLength) / kPartitionSize);

Completed in 1036 milliseconds