Home
last modified time | relevance | path

Searched defs:srcSize (Results 1 – 3 of 3) sorted by relevance

/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/draw/
DPainterModifier.kt245 val srcSize = Size(srcWidth, srcHeight) in calculateScaledSize() constant
318 val srcSize = Size(srcWidth, srcHeight) in draw() constant
/compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/painter/
DBitmapPainter.kt70 private val srcSize: IntSize = IntSize(image.width, image.height) constant in androidx.compose.ui.graphics.painter.BitmapPainter
/compose/ui/ui-graphics/src/androidInstrumentedTest/kotlin/androidx/compose/ui/graphics/painter/
DBitmapPainterTest.kt46 private val srcSize = Size(100.0f, 100.0f) constant