Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayList.cpp50 for (size_t i = 0; i < pathResources.size(); i++) { in cleanupResources()
51 const SkPath* path = pathResources.itemAt(i); in cleanupResources()
59 pathResources.clear(); in cleanupResources()
DDisplayList.h137 Vector<const SkPath*> pathResources; variable
DDisplayListCanvas.h288 mDisplayListData->pathResources.add(cachedPath); in refPath()