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.cpp690 const SkPath* outlinePath = casterOutlinePath; local
696 Op(*outlinePath, *revealClipPath, kIntersect_PathOp, frameAllocatedPath);
697 outlinePath = frameAllocatedPath;
712 Op(*outlinePath, clipBoundsPath, kIntersect_PathOp, frameAllocatedPath);
713 outlinePath = frameAllocatedPath;
717 shadowMatrixXY, shadowMatrixZ, casterAlpha, outlinePath);

Completed in 25 milliseconds