Searched refs:makeCacheDesc (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkBitmapProvider.cpp35 SkBitmapCacheDesc SkBitmapProvider::makeCacheDesc(int w, int h) const { function in class:SkBitmapProvider
39 SkBitmapCacheDesc SkBitmapProvider::makeCacheDesc() const { function in class:SkBitmapProvider
H A DSkBitmapProvider.h34 SkBitmapCacheDesc makeCacheDesc(int w, int h) const;
35 SkBitmapCacheDesc makeCacheDesc() const;
H A DSkBitmapController.cpp125 const SkBitmapCacheDesc desc = provider.makeCacheDesc(dstW, dstH);
181 fCurrMip.reset(SkMipMapCache::FindAndRef(provider.makeCacheDesc(), colorMode));

Completed in 91 milliseconds