HomeSort by relevance Sort by last modified time
    Searched full:patchresources (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/hwui/
DisplayList.cpp 43 , 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();
DisplayList.h 193 LsaVector<const Res_png_9patch*> patchResources;
DisplayListCanvas.h 330 mDisplayList->patchResources.push_back(patch);
RecordingCanvas.h 300 mDisplayList->patchResources.push_back(patch);

Completed in 109 milliseconds