Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkPatchUtils.cpp168 SkScalar bottomLength = approx_arc_length(pts, kNumPtsCubic); in GetLevelOfDetail() local
179 int lodX = static_cast<int>(SkMaxScalar(topLength, bottomLength) / kPartitionSize); in GetLevelOfDetail()