Searched refs:largestAxis (Results 1 – 2 of 2) sorted by relevance
502 const int largestAxis = SkTMax(baseWidth, baseHeight); in ComputeLevelCount() local503 if (largestAxis < 2) { in ComputeLevelCount()507 const int leadingZeros = SkCLZ(static_cast<uint32_t>(largestAxis)); in ComputeLevelCount()
666 const int largestAxis = std::max(baseWidth, baseHeight); in ComputeLevelCount() local667 if (largestAxis < 2) { in ComputeLevelCount()671 const int leadingZeros = SkCLZ(static_cast<uint32_t>(largestAxis)); in ComputeLevelCount()