Searched refs:baseHeight (Results 1 – 2 of 2) sorted by relevance
28 static int ComputeLevelCount(int baseWidth, int baseHeight);
325 int SkMipMap::ComputeLevelCount(int baseWidth, int baseHeight) { in ComputeLevelCount() argument341 const int smallestAxis = SkTMin(baseWidth, baseHeight); in ComputeLevelCount()