Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPatchCache.cpp31 PatchCache::PatchCache(): mMaxEntries(DEFAULT_PATCH_CACHE_SIZE) { in PatchCache() function in android::uirenderer::PatchCache
34 PatchCache::PatchCache(uint32_t maxEntries): mMaxEntries(maxEntries) { in PatchCache() function in android::uirenderer::PatchCache
37 PatchCache::~PatchCache() { in ~PatchCache()
45 void PatchCache::clear() { in clear()
53 Patch* PatchCache::get(const float bitmapWidth, const float bitmapHeight, in get()
DPatchCache.h44 class PatchCache {
46 PatchCache();
47 PatchCache(uint32_t maxCapacity);
48 ~PatchCache();
DAndroid.mk21 PatchCache.cpp \
DCaches.h244 PatchCache patchCache;