This commit is contained in:
Horis
2024-02-15 16:42:18 +08:00
parent 9d4bcbf091
commit 0c9dfda5da
@@ -7,13 +7,15 @@ import androidx.core.graphics.record
import java.util.concurrent.locks.ReentrantLock
class PictureMirror {
@Volatile
var picture: Picture? = null
@Volatile
var isDirty = true
var lock: ReentrantLock? = null
@Volatile
var isDirty = true
inline fun drawLocked(
canvas: Canvas?,
width: Int,