Home
last modified time | relevance | path

Searched defs:ImageBitmap (Results 1 – 18 of 18) sorted by relevance

/compose/foundation/foundation/samples/src/main/java/androidx/compose/foundation/samples/
DImageSamples.kt41 val ImageBitmap = createTestImage() in ImageSample() constant
49 val ImageBitmap = createTestImage() in BitmapPainterSubsectionSample() constant
81 val ImageBitmap = ImageBitmap(100, 100) in createTestImage() constant
/compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/
DImageBitmap.kt29 interface ImageBitmap { interface
114 fun ImageBitmap.toPixelMap( in toPixelMap() method
229 fun ImageBitmap( method
/compose/test-utils/src/androidMain/kotlin/androidx/compose/testutils/
DImageAssertions.android.kt54 fun ImageBitmap.assertPixels( in <lambda>() method
97 fun ImageBitmap.assertContainsColor(expectedColor: Color): ImageBitmap { in assertContainsColor() method
104 fun ImageBitmap.assertDoesNotContainColor(unexpectedColor: Color): ImageBitmap { in assertDoesNotContainColor() method
111 private fun ImageBitmap.containsColor(expectedColor: Color): Boolean { in containsColor() method
144 fun ImageBitmap.assertShape( in ImageBitmap() method
187 fun ImageBitmap.assertShape( in ImageBitmap() method
251 private fun ImageBitmap.forEachPixelIn( in ImageBitmap() method
276 private fun ImageBitmap.rowIndices(bounds: Rect): IntRange = in rowIndices() method
279 private fun ImageBitmap.columnIndices(bounds: Rect): IntRange = in rowIndices() method
DScreenshotTestsUtils.android.kt38 fun ImageBitmap.assertAgainstGolden( method
/compose/ui/ui-graphics/src/androidInstrumentedTest/kotlin/androidx/compose/ui/graphics/
DPixelMapTest.kt31 val ImageBitmap = ImageBitmap(100, 100) in createImageBitmap() constant
50 val ImageBitmap = createImageBitmap() in testImageBitmapPixelMap() constant
DShaderTest.kt253 private fun ImageBitmap.drawInto(block: DrawScope.() -> Unit) = method
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/res/
DImageResources.android.kt38 fun ImageBitmap.Companion.imageResource(res: Resources, @DrawableRes id: Int): ImageBitmap { in imageResource() method
53 fun ImageBitmap.Companion.imageResource(@DrawableRes id: Int): ImageBitmap { in imageResource() method
/compose/ui/ui-graphics/src/androidMain/kotlin/androidx/compose/ui/graphics/
DAndroidImageBitmap.android.kt59 fun ImageBitmap.asAndroidBitmap(): Bitmap = in asAndroidBitmap() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/
DImageTest.kt308 val ImageBitmap = ImageBitmap(imageWidth, imageHeight) in testImageScalesNonuniformly() constant
DBasicMarqueeTest.kt1160 private fun ImageBitmap.findFirstColorEdge(left: Color, right: Color): Int { in <lambda>() method
DOverscrollTest.kt1661 private fun ImageBitmap.assertHasNoColor(color: Color) { in assertHasNoColor() method
/compose/ui/ui-text/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/
DParagraphIntegrationIndentationFixTest.kt406 private fun ImageBitmap.dumpFirstCharPixels(): IntArray { in <lambda>() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/textfield/
DTextFieldCursorTest.kt653 private fun ImageBitmap.assertCursor(cursorWidth: Dp, density: Density, cursorRect: Rect) { in <lambda>() method
DTextFieldTest.kt1614 private fun ImageBitmap.assertCentered(excludedWidth: Int) { in assertCentered() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/
DCoreTextFieldHandwritingGestureTest.kt1680 private fun ImageBitmap.assertSelectionPreviewHighlight( in <lambda>() method
1687 private fun ImageBitmap.assertDeletionPreviewHighlight( in <lambda>() method
1699 private fun ImageBitmap.assertNoHighlight(textLayoutResult: TextLayoutResult) { in <lambda>() method
1703 private fun ImageBitmap.assertHighlight( in <lambda>() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/
DTextFieldCursorTest.kt1032 private fun ImageBitmap.assertCursor(cursorPosition: Offset) { in <lambda>() method
DBasicTextFieldTest.kt1705 private fun ImageBitmap.assertHorizontallySymmetrical(excludedWidth: Int) { in assertHorizontallySymmetrical() method
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/layout/
DSubcomposeLayoutTest.kt3975 fun ImageBitmap.assertCenterPixelColor(expectedColor: Color) { in assertCenterPixelColor() method