Home
last modified time | relevance | path

Searched refs:ComputeLevelSize (Results 1 – 6 of 6) sorted by relevance

/external/skqp/tests/
DMipMapTest.cpp73 SkISize size = SkMipMap::ComputeLevelSize(width, height, i); in test_mipmap_generation()
199 SkISize levelSize = SkMipMap::ComputeLevelSize(currentTest.fBaseWidth, in DEF_TEST()
/external/skqp/src/core/
DSkMipMap.h43 static SkISize ComputeLevelSize(int baseWidth, int baseHeight, int level);
DSkMipMap.cpp393 SkISize mipSize = ComputeLevelSize(src.width(), src.height(), currentMipLevel); in Build()
526 SkISize SkMipMap::ComputeLevelSize(int baseWidth, int baseHeight, int level) { in ComputeLevelSize() function in SkMipMap
/external/skia/src/core/
DSkMipmap.h50 static SkISize ComputeLevelSize(int baseWidth, int baseHeight, int level);
DSkMipmap.cpp555 SkISize mipSize = ComputeLevelSize(src.width(), src.height(), currentMipLevel); in Build()
690 SkISize SkMipmap::ComputeLevelSize(int baseWidth, int baseHeight, int level) { in ComputeLevelSize() function in SkMipmap
/external/skia/tests/
DMipMapTest.cpp74 SkISize size = SkMipmap::ComputeLevelSize(width, height, i); in test_mipmap_generation()
200 SkISize levelSize = SkMipmap::ComputeLevelSize(currentTest.fBaseWidth, in DEF_TEST()