Home
last modified time | relevance | path

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

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