Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DResourceCache.cpp59 void ResourceCache::incrementRefcount(SkBitmap* bitmapResource) { in incrementRefcount() argument
60 SkSafeRef(bitmapResource->pixelRef()); in incrementRefcount()
61 SkSafeRef(bitmapResource->getColorTable()); in incrementRefcount()
62 incrementRefcount((void*)bitmapResource, kBitmap); in incrementRefcount()
92 void ResourceCache::decrementRefcount(SkBitmap* bitmapResource) { in decrementRefcount() argument
93 SkSafeUnref(bitmapResource->pixelRef()); in decrementRefcount()
94 SkSafeUnref(bitmapResource->getColorTable()); in decrementRefcount()
95 decrementRefcount((void*) bitmapResource); in decrementRefcount()