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

/frameworks/base/libs/hwui/
H A DResourceCache.cpp62 void ResourceCache::incrementRefcount(SkBitmap* bitmapResource) { argument
63 SkSafeRef(bitmapResource->pixelRef());
64 SkSafeRef(bitmapResource->getColorTable());
65 incrementRefcount((void*) bitmapResource, kBitmap);
96 void ResourceCache::incrementRefcountLocked(SkBitmap* bitmapResource) { argument
97 SkSafeRef(bitmapResource->pixelRef());
98 SkSafeRef(bitmapResource->getColorTable());
99 incrementRefcountLocked((void*) bitmapResource, kBitmap);
125 void ResourceCache::decrementRefcount(SkBitmap* bitmapResource) { argument
126 SkSafeUnref(bitmapResource
162 decrementRefcountLocked(SkBitmap* bitmapResource) argument
[all...]

Completed in 102 milliseconds