Searched refs:outlinePath (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/ |
D | RenderNode.cpp | 690 const SkPath* outlinePath = casterOutlinePath; in issueDrawShadowOperation() local 696 Op(*outlinePath, *revealClipPath, kIntersect_PathOp, frameAllocatedPath); in issueDrawShadowOperation() 697 outlinePath = frameAllocatedPath; in issueDrawShadowOperation() 712 Op(*outlinePath, clipBoundsPath, kIntersect_PathOp, frameAllocatedPath); in issueDrawShadowOperation() 713 outlinePath = frameAllocatedPath; in issueDrawShadowOperation() 717 shadowMatrixXY, shadowMatrixZ, casterAlpha, outlinePath); in issueDrawShadowOperation()
|
/frameworks/base/core/jni/ |
D | android_view_RenderNode.cpp | 148 SkPath* outlinePath = reinterpret_cast<SkPath*>(outlinePathPtr); in android_view_RenderNode_setOutlineConvexPath() local 149 renderNode->mutateStagingProperties().mutableOutline().setConvexPath(outlinePath, alpha); in android_view_RenderNode_setOutlineConvexPath()
|