createPattern

fun createPattern(bitmap: Bitmap, repeat: Boolean = false, smooth: Boolean = true, transform: Matrix = Matrix.IDENTITY): BitmapPaint
fun createPattern(    bitmap: Bitmap,     cycleX: CycleMethod = CycleMethod.NO_CYCLE,     cycleY: CycleMethod = cycleX,     smooth: Boolean = true,     transform: Matrix = Matrix.IDENTITY): BitmapPaint