HomeSort by relevance Sort by last modified time
    Searched refs:mSourcePaths (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/hwui/
DisplayListRenderer.h 172 return mSourcePaths;
227 if (mSourcePaths.indexOf(path) < 0) {
229 mSourcePaths.add(path);
328 SortedVector<SkPath*> mSourcePaths;
DisplayList.cpp 108 for (size_t i = 0; i < mSourcePaths.size(); i++) {
109 caches.resourceCache.decrementRefcountLocked(mSourcePaths.itemAt(i));
138 mSourcePaths.clear();
209 mSourcePaths.add(sourcePaths.itemAt(i));
DisplayListRenderer.cpp 64 for (size_t i = 0; i < mSourcePaths.size(); i++) {
65 mCaches.resourceCache.decrementRefcountLocked(mSourcePaths.itemAt(i));
77 mSourcePaths.clear();
DisplayList.h 485 SortedVector<SkPath*> mSourcePaths;

Completed in 174 milliseconds