Home | History | Annotate | Download | only in core

Lines Matching refs:MipMap

35 struct SkBitmap::MipMap : SkNoncopyable {
41 static MipMap* Alloc(int levelCount, size_t pixelSize) {
47 size.add(sizeof(MipMap));
52 MipMap* mm = (MipMap*)sk_malloc_throw(size.get32());
372 // if we're gonna free the pixels, we certainly need to free the mipmap
1143 MipMap* mm = MipMap::Alloc(maxLevels, size);