HomeSort by relevance Sort by last modified time
    Searched refs:largestAxis (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkMipMap.cpp 686 const int largestAxis = SkTMax(baseWidth, baseHeight);
687 if (largestAxis < 2) {
691 const int leadingZeros = SkCLZ(static_cast<uint32_t>(largestAxis));
  /external/skqp/src/core/
SkMipMap.cpp 685 const int largestAxis = SkTMax(baseWidth, baseHeight);
686 if (largestAxis < 2) {
690 const int leadingZeros = SkCLZ(static_cast<uint32_t>(largestAxis));

Completed in 528 milliseconds