Searched refs:countLevels (Results 1 – 5 of 5) sorted by relevance
480 int countLevels = ComputeLevelCount(src.width(), src.height()); in Build() local481 for (int currentMipLevel = countLevels; currentMipLevel >= 0; currentMipLevel--) { in Build()486 size_t storageSize = SkMipMap::AllocLevelsSize(countLevels, size); in Build()504 mipmap->fCount = countLevels; in Build()509 uint8_t* baseAddr = (uint8_t*)&levels[countLevels]; in Build()516 for (int i = 0; i < countLevels; ++i) { in Build()696 int SkMipMap::countLevels() const { in countLevels() function in SkMipMap
61 int countLevels() const;
28 REPORTER_ASSERT(reporter, mm->countLevels() == SkMipMap::ComputeLevelCount(width, height)); in DEF_TEST()65 const int mipLevelCount = mm->countLevels(); in test_mipmap_generation()
1531 SkASSERT(mipmaps->countLevels() > 1); in make_mipmap_texture()1533 int mipLevelCount = mipmaps->countLevels() + 1; in make_mipmap_texture()
224 const int mipLevelCount = mipmaps->countLevels() + 1; in GrGenerateMipMapsAndUploadToTextureProxy()