Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayList.cpp41 , pathResources(stdAllocator) in DisplayList()
65 for (size_t i = 0; i < pathResources.size(); i++) { in cleanupResources()
66 const SkPath* path = pathResources[i]; in cleanupResources()
80 pathResources.clear(); in cleanupResources()
DDisplayList.h144 LsaVector<const SkPath*> pathResources; variable
DRecordingCanvas.h230 mDisplayList->pathResources.push_back(cachedPath); in refPath()