Searched refs:intersectPath (Results 1 – 1 of 1) sorted by relevance
169 Path intersectPath = null; in drawChild() local177 intersectPath = mClipPath; in drawChild()186 if (intersectPath != null) { in drawChild()187 clipPath.op(intersectPath, Path.Op.INTERSECT); in drawChild()193 if (!clipped && intersectPath != null) { in drawChild()194 canvas.clipPath(intersectPath); in drawChild()