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