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

/frameworks/base/libs/hwui/
H A DDisplayListCanvas.h265 const SkPath* cachedPath = new SkPath(*path); local
266 mDisplayList->pathResources.push_back(cachedPath);
267 return cachedPath;
H A DRecordingCanvas.h233 const SkPath* cachedPath = new SkPath(*path); local
234 mDisplayList->pathResources.push_back(cachedPath);
235 return cachedPath;

Completed in 27 milliseconds