Searched refs:smallestAxis (Results 1 – 1 of 1) sorted by relevance
341 const int smallestAxis = SkTMin(baseWidth, baseHeight); in ComputeLevelCount() local342 if (smallestAxis < 2) { in ComputeLevelCount()346 const int leadingZeros = SkCLZ(static_cast<uint32_t>(smallestAxis)); in ComputeLevelCount()