Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkImageFilterCache.cpp33 CacheImpl(size_t maxBytes) : fMaxBytes(maxBytes), fCurrentBytes(0) { } in CacheImpl()
79 fCurrentBytes += result.image() ? result.image()->getSize() : 0; in set()
86 while (fCurrentBytes > fMaxBytes) { in set()
98 while (fCurrentBytes > 0) { in purge()
137 fCurrentBytes -= v->fImage.image() ? v->fImage.image()->getSize() : 0; in removeInternal()
148 size_t fCurrentBytes; member in __anond70306a80311::CacheImpl