Searched refs:mSourcePaths (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h497 SortedVector<SkPath*> mSourcePaths; member in class:android::uirenderer::DisplayList
655 return mSourcePaths;
776 if (mSourcePaths.indexOf(path) < 0) {
778 mSourcePaths.add(path);
875 SortedVector<SkPath*> mSourcePaths; member in class:android::uirenderer::DisplayListRenderer
H A DDisplayListRenderer.cpp154 for (size_t i = 0; i < mSourcePaths.size(); i++) {
155 caches.resourceCache.decrementRefcountLocked(mSourcePaths.itemAt(i));
182 mSourcePaths.clear();
249 mSourcePaths.add(sourcePaths.itemAt(i));
1381 for (size_t i = 0; i < mSourcePaths.size(); i++) {
1382 mCaches.resourceCache.decrementRefcountLocked(mSourcePaths.itemAt(i));
1394 mSourcePaths.clear();

Completed in 35 milliseconds