Searched refs:baseWidth (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkMipMap.h28 static int ComputeLevelCount(int baseWidth, int baseHeight);
H A DSkMipMap.cpp325 int SkMipMap::ComputeLevelCount(int baseWidth, int baseHeight) { argument
341 const int smallestAxis = SkTMin(baseWidth, baseHeight);

Completed in 61 milliseconds