Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayList.cpp55 for (size_t i = 0; i < patchResources.size(); i++) { in cleanupResources()
56 resourceCache.decrementRefcountLocked(patchResources.itemAt(i)); in cleanupResources()
79 patchResources.clear(); in cleanupResources()
DDisplayList.h140 Vector<const Res_png_9patch*> patchResources; variable
DDisplayListRenderer.h289 mDisplayListData->patchResources.add(patch); in refPatch()