Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRenderNode.cpp685 SkPath* frameAllocatedPath = NULL; in issueDrawShadowOperation() local
690 frameAllocatedPath = handler.allocPathForFrame(); in issueDrawShadowOperation()
692 Op(*outlinePath, *revealClipPath, kIntersect_PathOp, frameAllocatedPath); in issueDrawShadowOperation()
693 outlinePath = frameAllocatedPath; in issueDrawShadowOperation()
698 if (!frameAllocatedPath) { in issueDrawShadowOperation()
699 frameAllocatedPath = handler.allocPathForFrame(); in issueDrawShadowOperation()
708 Op(*outlinePath, clipBoundsPath, kIntersect_PathOp, frameAllocatedPath); in issueDrawShadowOperation()
709 outlinePath = frameAllocatedPath; in issueDrawShadowOperation()