HomeSort by relevance Sort by last modified time
    Searched defs:PatchCache (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
PatchCache.cpp 21 #include "PatchCache.h"
31 PatchCache::PatchCache(): mMaxEntries(DEFAULT_PATCH_CACHE_SIZE) {
34 PatchCache::PatchCache(uint32_t maxEntries): mMaxEntries(maxEntries) {
37 PatchCache::~PatchCache() {
45 void PatchCache::clear() {
53 Patch* PatchCache::get(const float bitmapWidth, const float bitmapHeight,
PatchCache.h 44 class PatchCache {
46 PatchCache();
47 PatchCache(uint32_t maxCapacity);
48 ~PatchCache();
117 }; // class PatchCache

Completed in 312 milliseconds