Searched refs:intersectPath (Results 1 – 1 of 1) sorted by relevance
186 Path intersectPath = null; in drawChild() local196 intersectPath = mClipPath; in drawChild()205 if (intersectPath != null) { in drawChild()206 clipPath.op(intersectPath, Path.Op.INTERSECT); in drawChild()212 if (!clipped && intersectPath != null) { in drawChild()213 canvas.clipPath(intersectPath); in drawChild()