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

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

Completed in 43 milliseconds