Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayList.cpp59 for (size_t i = 0; i < sourcePaths.size(); i++) { in cleanupResources()
60 resourceCache.decrementRefcountLocked(sourcePaths.itemAt(i)); in cleanupResources()
80 sourcePaths.clear(); in cleanupResources()
DDisplayList.h144 SortedVector<const SkPath*> sourcePaths; variable
DDisplayListRenderer.h213 if (mDisplayListData->sourcePaths.indexOf(path) < 0) { in refPath()
215 mDisplayListData->sourcePaths.add(path); in refPath()