Searched refs:fLevels (Results 1 – 7 of 7) sorted by relevance
41 fLevels.reset(levelCount); in GrWritePixelsTask()42 std::copy_n(texels, levelCount, fLevels.get()); in GrWritePixelsTask()67 fLevels.get(), in onExecute()68 fLevels.count()); in onExecute()
44 SkAutoSTArray<16, GrMipLevel> fLevels; variable
581 mipmap->fLevels = (Level*)mipmap->writable_data(); in Build()582 SkASSERT(mipmap->fLevels); in Build()584 Level* levels = mipmap->fLevels; in Build()655 SkASSERT(mipmap->fLevels); in Build()746 if (nullptr == fLevels) { in extractLevel()760 *levelPtr = fLevels[level - 1]; in extractLevel()768 if (nullptr == fLevels) { in validForRootLevel()777 if (fLevels[0].fPixmap. width() != std::max(1, dimension. width() >> 1) || in validForRootLevel()778 fLevels[0].fPixmap.height() != std::max(1, dimension.height() >> 1)) { in validForRootLevel()783 if (fLevels[i].fPixmap.colorType() != root.colorType() || in validForRootLevel()[all …]
81 fLevels = (Level*)newData; // could be nullptr in onDataChange()86 Level* fLevels; // managed by the baseclass, may be null due to onDataChanged. variable
174 uint32_t fLevels; member186 , fLevels(1) in ImageDesc()
145 imageDesc.fLevels = mipLevels; in Make()492 imageDesc.fLevels, // mipLevels in InitImageInfo()528 info->fLevelCount = imageDesc.fLevels; in InitImageInfo()
1590 imageDesc.fLevels = numMipLevels; in createVkImageForBackendSurface()