draw

fun draw(    pixmap: Pixmap,     x: Int = 0,     y: Int = 0,     srcX: Int = 0,     srcY: Int = 0,     srcWidth: Int = pixmap.width,     srcHeight: Int = pixmap.height,     dstWidth: Int = srcWidth,     dstHeight: Int = srcHeight,     filtering: Boolean = false,     blending: Boolean = false)