Searched defs:outlinePath (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp148 SkPath* outlinePath = reinterpret_cast<SkPath*>(outlinePathPtr); local
149 renderNode->mutateStagingProperties().mutableOutline().setConvexPath(outlinePath, alpha);
/frameworks/base/libs/hwui/
H A DRenderNode.cpp692 const SkPath* outlinePath = casterOutlinePath; local
698 Op(*outlinePath, *revealClipPath, kIntersect_PathOp, frameAllocatedPath);
699 outlinePath = frameAllocatedPath;
714 Op(*outlinePath, clipBoundsPath, kIntersect_PathOp, frameAllocatedPath);
715 outlinePath = frameAllocatedPath;
719 shadowMatrixXY, shadowMatrixZ, casterAlpha, outlinePath);

Completed in 66 milliseconds