Home | History | Annotate | Download | only in hwui

Lines Matching full:revealclippath

407     const SkPath* revealClipPath = properties.getRevealClip().getPath();
408 if (revealClipPath && revealClipPath->isEmpty()) return;
417 if (revealClipPath) {
420 Op(*casterPath, *revealClipPath, kIntersect_SkPathOp, frameAllocatedPath);