Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMipMap.cpp341 const int smallestAxis = SkTMin(baseWidth, baseHeight); in ComputeLevelCount() local
342 if (smallestAxis < 2) { in ComputeLevelCount()
346 const int leadingZeros = SkCLZ(static_cast<uint32_t>(smallestAxis)); in ComputeLevelCount()