Searched refs:bitmapResource (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DResourceCache.cpp70 void ResourceCache::incrementRefcount(const SkBitmap* bitmapResource) { argument
71 incrementRefcount((void*) bitmapResource, kBitmap);
92 void ResourceCache::incrementRefcountLocked(const SkBitmap* bitmapResource) { argument
93 incrementRefcountLocked((void*) bitmapResource, kBitmap);
109 void ResourceCache::decrementRefcount(const SkBitmap* bitmapResource) { argument
110 decrementRefcount((void*) bitmapResource);
134 void ResourceCache::decrementRefcountLocked(const SkBitmap* bitmapResource) { argument
135 decrementRefcountLocked((void*) bitmapResource);

Completed in 39 milliseconds