Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DResourceCache.cpp78 void ResourceCache::incrementRefcount(const Res_png_9patch* patchResource) { in incrementRefcount() argument
79 incrementRefcount((void*) patchResource, kNinePatch); in incrementRefcount()
100 void ResourceCache::incrementRefcountLocked(const Res_png_9patch* patchResource) { in incrementRefcountLocked() argument
101 incrementRefcountLocked((void*) patchResource, kNinePatch); in incrementRefcountLocked()
117 void ResourceCache::decrementRefcount(const Res_png_9patch* patchResource) { in decrementRefcount() argument
118 decrementRefcount((void*) patchResource); in decrementRefcount()
142 void ResourceCache::decrementRefcountLocked(const Res_png_9patch* patchResource) { in decrementRefcountLocked() argument
143 decrementRefcountLocked((void*) patchResource); in decrementRefcountLocked()