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

/frameworks/base/libs/hwui/
H A DResourceCache.cpp70 void ResourceCache::incrementRefcount(const SkPath* pathResource) { argument
71 incrementRefcount((void*) pathResource, kPath);
98 void ResourceCache::incrementRefcountLocked(const SkPath* pathResource) { argument
99 incrementRefcountLocked((void*) pathResource, kPath);
121 void ResourceCache::decrementRefcount(const SkPath* pathResource) { argument
122 decrementRefcount((void*) pathResource);
152 void ResourceCache::decrementRefcountLocked(const SkPath* pathResource) { argument
153 decrementRefcountLocked((void*) pathResource);

Completed in 348 milliseconds