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

/frameworks/base/libs/hwui/
H A DDisplayList.cpp41 , pathResources(stdAllocator)
66 for (size_t i = 0; i < pathResources.size(); i++) {
67 const SkPath* path = pathResources[i];
81 pathResources.clear();
H A DDisplayList.h147 LsaVector<const SkPath*> pathResources; member in class:android::uirenderer::DisplayList
H A DRecordingCanvas.h233 mDisplayList->pathResources.push_back(cachedPath);

Completed in 8 milliseconds