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

/frameworks/base/libs/hwui/
H A DRenderNode.cpp682 const SkPath* revealClipPath = properties().getRevealClip().getPath(); local
683 if (revealClipPath && revealClipPath->isEmpty()) return;
693 if (revealClipPath) {
696 Op(*outlinePath, *revealClipPath, kIntersect_PathOp, frameAllocatedPath);

Completed in 142 milliseconds