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()
54 if (CC_UNLIKELY(patchResources.size())) { in cleanupResources()
58 for (size_t i = 0; i < patchResources.size(); i++) { in cleanupResources()
59 resourceCache.decrementRefcountLocked(patchResources[i]); in cleanupResources()
79 patchResources.clear(); in cleanupResources()
DDisplayList.h145 LsaVector<const Res_png_9patch*> patchResources; variable
DRecordingCanvas.h299 mDisplayList->patchResources.push_back(patch); in refPatch()