Lines Matching refs:countLevels
556 int countLevels = ComputeLevelCount(src.width(), src.height());
557 for (int currentMipLevel = countLevels; currentMipLevel >= 0; currentMipLevel--) {
562 size_t storageSize = SkMipmap::AllocLevelsSize(countLevels, size);
580 mipmap->fCount = countLevels;
585 uint8_t* baseAddr = (uint8_t*)&levels[countLevels];
596 for (int i = 0; i < countLevels; ++i) {
782 for (int i = 0; i < this->countLevels(); ++i) {
801 int SkMipmap::countLevels() const {
846 const int count = this->countLevels();
865 if (builder->countLevels() != count) {