Searched refs:bitmapPainter (Results 1 – 5 of 5) sorted by relevance
| /compose/ui/ui-graphics/src/androidInstrumentedTest/kotlin/androidx/compose/ui/graphics/painter/ |
| D | BitmapPainterTest.kt | 69 val bitmapPainter = BitmapPainter(createTestSrcImage()) in testBitmapPainter() constant 71 drawPainter(bitmapPainter, Canvas(dst), srcSize) in testBitmapPainter() 82 val bitmapPainter = BitmapPainter(createTestSrcImage()) in testBitmapPainterAppliedAlpha() constant 86 drawPainter(bitmapPainter, flagCanvas, srcSize, alpha = 0.5f) in testBitmapPainterAppliedAlpha() 105 val bitmapPainter = BitmapPainter(createTestSrcImage()) in testBitmapPainterTint() constant 109 bitmapPainter, in testBitmapPainterTint() 194 val bitmapPainter = BitmapPainter(sampleBitmap, filterQuality = FilterQuality.None) in testFilterQualityNone() constant 199 drawPainter(bitmapPainter, dstCanvas, size = Size(90f, 90f)) in testFilterQualityNone()
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/ |
| D | Image.kt | 158 val bitmapPainter = remember(bitmap) { BitmapPainter(bitmap, filterQuality = filterQuality) } in Image() constant 160 painter = bitmapPainter, in Image()
|
| /compose/material3/material3-common/src/androidInstrumentedTest/kotlin/androidx/compose/material3/ |
| D | IconTest.kt | 152 val bitmapPainter = BitmapPainter(image) in painter_withColorProducerTint_withIntrinsicSize_dimensions() constant 153 Icon(bitmapPainter, tint = { Color.Red }, null) in painter_withColorProducerTint_withIntrinsicSize_dimensions() 182 val bitmapPainter = BitmapPainter(image) in painter_withIntrinsicSize_dimensions() constant 183 Icon(bitmapPainter, null) in painter_withIntrinsicSize_dimensions()
|
| /compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/ |
| D | IconTest.kt | 147 val bitmapPainter = BitmapPainter(image) in painter_withIntrinsicSize_dimensions() constant 148 Icon(bitmapPainter, null) in painter_withIntrinsicSize_dimensions()
|
| /compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/ |
| D | IconTest.kt | 151 val bitmapPainter = BitmapPainter(image) in painter_withIntrinsicSize_dimensions() constant 152 Icon(bitmapPainter, null) in painter_withIntrinsicSize_dimensions()
|