Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DResourceCache.cpp74 void ResourceCache::incrementRefcount(const SkPath* pathResource) { in incrementRefcount() argument
75 incrementRefcount((void*) pathResource, kPath); in incrementRefcount()
96 void ResourceCache::incrementRefcountLocked(const SkPath* pathResource) { in incrementRefcountLocked() argument
97 incrementRefcountLocked((void*) pathResource, kPath); in incrementRefcountLocked()
113 void ResourceCache::decrementRefcount(const SkPath* pathResource) { in decrementRefcount() argument
114 decrementRefcount((void*) pathResource); in decrementRefcount()
138 void ResourceCache::decrementRefcountLocked(const SkPath* pathResource) { in decrementRefcountLocked() argument
139 decrementRefcountLocked((void*) pathResource); in decrementRefcountLocked()