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