Searched defs:CacheImpl (Results 1 – 2 of 2) sorted by relevance
419 class CacheImpl : public SkImageFilter::Cache { class421 CacheImpl(size_t maxBytes) : fMaxBytes(maxBytes), fCurrentBytes(0) { in CacheImpl() function in __anon23d7576f0311::CacheImpl
638 CacheImpl() {} in CacheImpl() function640 explicit CacheImpl(const CacheOptions &opts) in CacheImpl() function