Home
last modified time | relevance | path

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

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