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

/frameworks/base/libs/hwui/
H A DResourceCache.cpp65 void ResourceCache::incrementRefcount(SkPath* pathResource) { argument
66 incrementRefcount((void*)pathResource, kPath);
98 void ResourceCache::decrementRefcount(SkPath* pathResource) { argument
99 decrementRefcount((void*) pathResource);

Completed in 40 milliseconds