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

/frameworks/base/libs/hwui/
H A DDisplayList.cpp42 , pathResources(stdAllocator)
68 for (size_t i = 0; i < pathResources.size(); i++) {
69 const SkPath* path = pathResources[i];
83 pathResources.clear();
H A DDisplayList.h197 LsaVector<const SkPath*> pathResources; member in class:android::uirenderer::DisplayList
H A DDisplayListCanvas.h266 mDisplayList->pathResources.push_back(cachedPath);
H A DRecordingCanvas.h234 mDisplayList->pathResources.push_back(cachedPath);

Completed in 139 milliseconds