Searched refs:PatchCache (Results 1 – 4 of 4) sorted by relevance
33 PatchCache::PatchCache(RenderState& renderState) in PatchCache() function in android::uirenderer::PatchCache41 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 …]
51 class PatchCache {53 explicit PatchCache(RenderState& renderState);54 ~PatchCache();
156 PatchCache patchCache;
94 PatchCache.cpp \