Home
last modified time | relevance | path

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

/third_party/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()
/third_party/skia/src/core/
DSkMipmap.h50 static SkISize ComputeLevelSize(int baseWidth, int baseHeight, int level);
DSkMipmap.cpp558 SkISize mipSize = ComputeLevelSize(src.width(), src.height(), currentMipLevel); in Build()
693 SkISize SkMipmap::ComputeLevelSize(int baseWidth, int baseHeight, int level) { in ComputeLevelSize() function in SkMipmap