Home
last modified time | relevance | path

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

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