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

/frameworks/base/libs/hwui/
H A DFrameBuilder.cpp407 const SkPath* revealClipPath = properties.getRevealClip().getPath(); local
408 if (revealClipPath && revealClipPath->isEmpty()) return;
417 if (revealClipPath) {
420 Op(*casterPath, *revealClipPath, kIntersect_SkPathOp, frameAllocatedPath);
H A DRenderNode.cpp865 const SkPath* revealClipPath = properties().getRevealClip().getPath(); local
866 if (revealClipPath && revealClipPath->isEmpty()) return;
876 if (revealClipPath) {
879 Op(*outlinePath, *revealClipPath, kIntersect_SkPathOp, frameAllocatedPath);

Completed in 139 milliseconds