Searched refs:PatchCache (Results 1 – 4 of 4) sorted by relevance
31 PatchCache::PatchCache(): mMaxEntries(DEFAULT_PATCH_CACHE_SIZE) { in PatchCache() function in android::uirenderer::PatchCache34 PatchCache::PatchCache(uint32_t maxEntries): mMaxEntries(maxEntries) { in PatchCache() function in android::uirenderer::PatchCache37 PatchCache::~PatchCache() { in ~PatchCache()45 void PatchCache::clear() { in clear()53 Patch* PatchCache::get(const float bitmapWidth, const float bitmapHeight, in get()
44 class PatchCache {46 PatchCache();47 PatchCache(uint32_t maxCapacity);48 ~PatchCache();
21 PatchCache.cpp \
244 PatchCache patchCache;