Searched refs:cachedPath (Results 1 – 2 of 2) sorted by relevance
233 const SkPath* cachedPath = new SkPath(*path); in refPath() local234 mDisplayList->pathResources.push_back(cachedPath); in refPath()235 return cachedPath; in refPath()
265 const SkPath* cachedPath = new SkPath(*path); in refPath() local266 mDisplayList->pathResources.push_back(cachedPath); in refPath()267 return cachedPath; in refPath()