Searched refs:PatchCache (Results 1 – 5 of 5) sorted by relevance
33 PatchCache::PatchCache(): in PatchCache() function in android::uirenderer::PatchCache46 PatchCache::~PatchCache() { in ~PatchCache()50 void PatchCache::init(Caches& caches) { in init()69 hash_t PatchCache::PatchDescription::hash() const { in hash()78 int PatchCache::PatchDescription::compare(const PatchCache::PatchDescription& lhs, in compare()79 const PatchCache::PatchDescription& rhs) { in compare()83 void PatchCache::clear() { in clear()94 void PatchCache::clearCache() { in clearCache()110 void PatchCache::remove(Vector<patch_pair_t>& patchesToRemove, Res_png_9patch* patch) { in remove()120 void PatchCache::removeDeferred(Res_png_9patch* patch) { in removeDeferred()[all …]
51 class PatchCache {53 PatchCache();54 ~PatchCache();
41 PatchCache.cpp \
339 PatchCache patchCache;
855 PatchCache& cache = renderer.getCaches().patchCache; in getMesh()