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

/frameworks/base/libs/hwui/
H A DDisplayList.cpp59 for (size_t i = 0; i < sourcePaths.size(); i++) {
60 resourceCache.decrementRefcountLocked(sourcePaths.itemAt(i));
80 sourcePaths.clear();
H A DDisplayList.h144 SortedVector<const SkPath*> sourcePaths; member in class:android::uirenderer::DisplayListData
H A DDisplayListRenderer.h213 if (mDisplayListData->sourcePaths.indexOf(path) < 0) {
215 mDisplayListData->sourcePaths.add(path);

Completed in 2528 milliseconds