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

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

Completed in 662 milliseconds