Searched refs:patchResources (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayList.cpp43 , patchResources(stdAllocator)
57 if (CC_UNLIKELY(patchResources.size())) {
61 for (size_t i = 0; i < patchResources.size(); i++) {
62 resourceCache.decrementRefcountLocked(patchResources[i]);
82 patchResources.clear();
H A DDisplayList.h198 LsaVector<const Res_png_9patch*> patchResources; member in class:android::uirenderer::DisplayList
H A DDisplayListCanvas.h330 mDisplayList->patchResources.push_back(patch);
H A DRecordingCanvas.h300 mDisplayList->patchResources.push_back(patch);

Completed in 852 milliseconds