Lines Matching refs:SkMipMap
31 #include "SkMipMap.h"
321 if (0 == SkMipMap::ComputeLevelCount(baseLevel->width(), baseLevel->height())) {
346 sk_sp<SkMipMap> mipmaps(SkMipMap::Build(pixmap, nullptr));
360 // the use of SkMipMap down through Ganesh.
365 SkMipMap::Level generatedMipLevel;
402 // SkMipMap doesn't include the base level in the level count so we have to add 1
403 int mipCount = SkMipMap::ComputeLevelCount(desc.fWidth, desc.fHeight) + 1;