Searched refs:incrementRefcount (Results 1 – 3 of 3) sorted by relevance
69 void incrementRefcount(const Res_png_9patch* resource);82 void incrementRefcount(void* resource, ResourceType resourceType);
60 void ResourceCache::incrementRefcount(void* resource, ResourceType resourceType) { in incrementRefcount() function in android::uirenderer::ResourceCache65 void ResourceCache::incrementRefcount(const Res_png_9patch* patchResource) { in incrementRefcount() function in android::uirenderer::ResourceCache66 incrementRefcount((void*) patchResource, kNinePatch); in incrementRefcount()
300 mResourceCache.incrementRefcount(patch); in refPatch()