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

/frameworks/base/libs/hwui/
H A DRenderNode.cpp873 const SkPath* outlinePath = casterOutlinePath; local
879 Op(*outlinePath, *revealClipPath, kIntersect_SkPathOp, frameAllocatedPath);
880 outlinePath = frameAllocatedPath;
895 Op(*outlinePath, clipBoundsPath, kIntersect_SkPathOp, frameAllocatedPath);
896 outlinePath = frameAllocatedPath;
900 shadowMatrixXY, shadowMatrixZ, casterAlpha, outlinePath);
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp216 SkPath* outlinePath = reinterpret_cast<SkPath*>(outlinePathPtr); local
217 renderNode->mutateStagingProperties().mutableOutline().setConvexPath(outlinePath, alpha);

Completed in 505 milliseconds