Searched refs:countLevels (Results 1 – 13 of 13) sorted by relevance
553 int countLevels = ComputeLevelCount(src.width(), src.height()); in Build() local554 for (int currentMipLevel = countLevels; currentMipLevel >= 0; currentMipLevel--) { in Build()559 size_t storageSize = SkMipmap::AllocLevelsSize(countLevels, size); in Build()577 mipmap->fCount = countLevels; in Build()582 uint8_t* baseAddr = (uint8_t*)&levels[countLevels]; in Build()593 for (int i = 0; i < countLevels; ++i) { in Build()780 for (int i = 0; i < this->countLevels(); ++i) { in validForRootLevel()799 int SkMipmap::countLevels() const { in countLevels() function in SkMipmap844 const int count = this->countLevels(); in serialize()863 if (builder->countLevels() != count) { in Deserialize()
18 int countLevels() const;
68 int countLevels() const;
391 int countLevels = ComputeLevelCount(src.width(), src.height()); in Build() local392 for (int currentMipLevel = countLevels; currentMipLevel >= 0; currentMipLevel--) { in Build()397 size_t storageSize = SkMipMap::AllocLevelsSize(countLevels, size); in Build()415 mipmap->fCount = countLevels; in Build()420 uint8_t* baseAddr = (uint8_t*)&levels[countLevels]; in Build()431 for (int i = 0; i < countLevels; ++i) { in Build()605 int SkMipMap::countLevels() const { in countLevels() function in SkMipMap
58 int countLevels() const;
29 REPORTER_ASSERT(reporter, mm->countLevels() == SkMipmap::ComputeLevelCount(width, height)); in DEF_TEST()66 const int mipLevelCount = mm->countLevels(); in test_mipmap_generation()219 int count = builder->countLevels(); in fill_in_mips()
28 REPORTER_ASSERT(reporter, mm->countLevels() == SkMipMap::ComputeLevelCount(width, height)); in DEF_TEST()65 const int mipLevelCount = mm->countLevels(); in test_mipmap_generation()
43 for (int i = 0; i < builder.countLevels(); ++i) { in onOnceBeforeDraw()
97 for (int i = 0; i < mm->countLevels(); ++i) { in MakeFromPixmap()
50 for (int i = 0; i < fMipLevels->countLevels(); ++i) { in normalMipLevels()61 return fMipLevels ? fMipLevels->countLevels()+1 : 1; in numMipLevels()
768 int SkMipmapBuilder::countLevels() const { in countLevels() function in SkMipmapBuilder769 return fMM ? fMM->countLevels() : 0; in countLevels()
340 const int mipLevelCount = mipmaps->countLevels() + 1; in createMipMapProxyFromBitmap()
362 const int mipLevelCount = mipmaps->countLevels() + 1; in createMippedProxyFromBitmap()