Searched refs:ComputeLevelSize (Results 1 – 3 of 3) sorted by relevance
74 SkISize size = SkMipmap::ComputeLevelSize(width, height, i); in test_mipmap_generation()200 SkISize levelSize = SkMipmap::ComputeLevelSize(currentTest.fBaseWidth, in DEF_TEST()
50 static SkISize ComputeLevelSize(int baseWidth, int baseHeight, int level);
558 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