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

/frameworks/base/libs/hwui/
H A DResourceCache.cpp68 void ResourceCache::incrementRefcount(SkPath* pathResource) { argument
69 incrementRefcount((void*) pathResource, kPath);
102 void ResourceCache::incrementRefcountLocked(SkPath* pathResource) { argument
103 incrementRefcountLocked((void*) pathResource, kPath);
131 void ResourceCache::decrementRefcount(SkPath* pathResource) { argument
132 decrementRefcount((void*) pathResource);
168 void ResourceCache::decrementRefcountLocked(SkPath* pathResource) { argument
169 decrementRefcountLocked((void*) pathResource);

Completed in 19 milliseconds