Searched defs:srcSize (Results 1 – 3 of 3) sorted by relevance
245 val srcSize = Size(srcWidth, srcHeight) in calculateScaledSize() constant318 val srcSize = Size(srcWidth, srcHeight) in draw() constant
70 private val srcSize: IntSize = IntSize(image.width, image.height) constant in androidx.compose.ui.graphics.painter.BitmapPainter
46 private val srcSize = Size(100.0f, 100.0f) constant