Searched refs:rectanglePath (Results 1 – 1 of 1) sorted by relevance
318 final Path rectanglePath = new Path(); in generateOutlinePolygonPath() local319 rectanglePath.addRect(shape.mBoundingRectangle, Path.Direction.CW); in generateOutlinePolygonPath()320 path.op(rectanglePath, Path.Op.UNION); in generateOutlinePolygonPath()