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

/external/skia/src/core/
H A DSkBitmapProvider.cpp34 SkBitmapCacheDesc SkBitmapProvider::makeCacheDesc(int w, int h) const { function in class:SkBitmapProvider
38 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.cpp100 fCurrMip.reset(SkMipMapCache::FindAndRef(provider.makeCacheDesc(), colorMode));
/external/skqp/src/core/
H A DSkBitmapProvider.cpp34 SkBitmapCacheDesc SkBitmapProvider::makeCacheDesc(int w, int h) const { function in class:SkBitmapProvider
38 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.cpp100 fCurrMip.reset(SkMipMapCache::FindAndRef(provider.makeCacheDesc(), colorMode));

Completed in 147 milliseconds