Home
last modified time | relevance | path

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

/external/skia/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/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/skia/src/core/
DSkMipMap.h43 static SkISize ComputeLevelSize(int baseWidth, int baseHeight, int level);
DSkMipMap.cpp394 SkISize mipSize = ComputeLevelSize(src.width(), src.height(), currentMipLevel); in Build()
527 SkISize SkMipMap::ComputeLevelSize(int baseWidth, int baseHeight, int level) { in ComputeLevelSize() function in SkMipMap
/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