Home | History | Annotate | Download | only in core

Lines Matching refs:mipmap

261     SkMipMap* mipmap;
267 mipmap = new SkMipMap(storageSize, dm);
269 mipmap = new SkMipMap(sk_malloc_throw(storageSize), storageSize);
273 mipmap->fCount = countLevels;
274 mipmap->fLevels = (Level*)mipmap->writable_data();
276 Level* levels = mipmap->fLevels;
322 return mipmap;
326 // OpenGL's spec requires that each mipmap level have height/width equal to
328 // (or original_width) where i is the mipmap level.
395 // SkDebugf("mipmap scale=%g L=%g level=%d rndLevel=%d\n", scale, L, level, rndLevel);