Searched refs:ComputeLevelCount (Results 1 – 3 of 3) sorted by relevance
30 REPORTER_ASSERT(reporter, mm->countLevels() == SkMipMap::ComputeLevelCount(width, height)); in DEF_TEST()151 int levelCount = SkMipMap::ComputeLevelCount(currentTest.fWidth, currentTest.fHeight); in DEF_TEST()
28 static int ComputeLevelCount(int baseWidth, int baseHeight);
254 SkASSERT(countLevels == SkMipMap::ComputeLevelCount(src.width(), src.height())); in Build()325 int SkMipMap::ComputeLevelCount(int baseWidth, int baseHeight) { in ComputeLevelCount() function in SkMipMap