Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DResourceCache.h69 void incrementRefcount(const Res_png_9patch* resource);
82 void incrementRefcount(void* resource, ResourceType resourceType);
DResourceCache.cpp60 void ResourceCache::incrementRefcount(void* resource, ResourceType resourceType) { in incrementRefcount() function in android::uirenderer::ResourceCache
65 void ResourceCache::incrementRefcount(const Res_png_9patch* patchResource) { in incrementRefcount() function in android::uirenderer::ResourceCache
66 incrementRefcount((void*) patchResource, kNinePatch); in incrementRefcount()
DRecordingCanvas.h300 mResourceCache.incrementRefcount(patch); in refPatch()