Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmapProvider.h32 SkBitmapCacheDesc makeCacheDesc(int w, int h) const;
33 SkBitmapCacheDesc makeCacheDesc() const;
DSkBitmapProvider.cpp63 SkBitmapCacheDesc SkBitmapProvider::makeCacheDesc(int w, int h) const { in makeCacheDesc() function in SkBitmapProvider
67 SkBitmapCacheDesc SkBitmapProvider::makeCacheDesc() const { in makeCacheDesc() function in SkBitmapProvider
DSkBitmapController.cpp114 const SkBitmapCacheDesc desc = provider.makeCacheDesc(dstW, dstH); in processHQRequest()
167 fCurrMip.reset(SkMipMapCache::FindAndRef(provider.makeCacheDesc())); in processMediumRequest()