Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPatchCache.cpp33 PatchCache::PatchCache(RenderState& renderState) in PatchCache() function in android::uirenderer::PatchCache
41 PatchCache::~PatchCache() { in ~PatchCache()
49 hash_t PatchCache::PatchDescription::hash() const { in hash()
58 int PatchCache::PatchDescription::compare(const PatchCache::PatchDescription& lhs, in compare()
59 const PatchCache::PatchDescription& rhs) { in compare()
63 void PatchCache::clear() { in clear()
73 void PatchCache::clearCache() { in clearCache()
89 void PatchCache::remove(Vector<patch_pair_t>& patchesToRemove, Res_png_9patch* patch) { in remove()
99 void PatchCache::removeDeferred(Res_png_9patch* patch) { in removeDeferred()
115 void PatchCache::clearGarbage() { in clearGarbage()
[all …]
DPatchCache.h51 class PatchCache {
53 explicit PatchCache(RenderState& renderState);
54 ~PatchCache();
DCaches.h153 PatchCache patchCache;
DAndroid.bp201 "PatchCache.cpp",