Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayList.cpp42 , patchResources(stdAllocator) in DisplayList()
55 if (CC_UNLIKELY(patchResources.size())) { in cleanupResources()
59 for (size_t i = 0; i < patchResources.size(); i++) { in cleanupResources()
60 resourceCache.decrementRefcountLocked(patchResources[i]); in cleanupResources()
80 patchResources.clear(); in cleanupResources()
DDisplayList.h148 LsaVector<const Res_png_9patch*> patchResources; variable
DRecordingCanvas.h302 mDisplayList->patchResources.push_back(patch); in refPatch()