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

/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp247 const SortedVector<SkPath*>& sourcePaths = recorder.getSourcePaths(); local
248 for (size_t i = 0; i < sourcePaths.size(); i++) {
249 mSourcePaths.add(sourcePaths.itemAt(i));
250 caches.resourceCache.incrementRefcountLocked(sourcePaths.itemAt(i));

Completed in 27 milliseconds