Searched refs:ComputeLevelCount (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkMipMap.h28 static int ComputeLevelCount(int baseWidth, int baseHeight);
H A DSkMipMap.cpp254 SkASSERT(countLevels == SkMipMap::ComputeLevelCount(src.width(), src.height()));
325 int SkMipMap::ComputeLevelCount(int baseWidth, int baseHeight) { function in class:SkMipMap
/external/skia/tests/
H A DMipMapTest.cpp30 REPORTER_ASSERT(reporter, mm->countLevels() == SkMipMap::ComputeLevelCount(width, height));
151 int levelCount = SkMipMap::ComputeLevelCount(currentTest.fWidth, currentTest.fHeight);

Completed in 202 milliseconds