Package-level declarations

Types

Link copied to clipboard
data class ApplicationInfo(val name: String, val icon: ImageBitmap)

Functions

Link copied to clipboard
actual fun cropRotateScaleImage(frameData: CameraFrame, cx: Double, cy: Double, angleDegrees: Double, outputWidthPx: Int, outputHeightPx: Int, targetWidthPx: Int): ImageBitmap
expect fun cropRotateScaleImage(frameData: CameraFrame, cx: Double, cy: Double, angleDegrees: Double, outputWidthPx: Int, outputHeightPx: Int, targetWidthPx: Int): ImageBitmap

Extract an arbitrary geometry rectangular bitmap from the original bitmap.

actual fun cropRotateScaleImage(frameData: CameraFrame, cx: Double, cy: Double, angleDegrees: Double, outputWidthPx: Int, outputHeightPx: Int, targetWidthPx: Int): ImageBitmap
actual fun cropRotateScaleImage(frameData: CameraFrame, cx: Double, cy: Double, angleDegrees: Double, outputWidthPx: Int, outputHeightPx: Int, targetWidthPx: Int): ImageBitmap
Link copied to clipboard
actual fun ImageBitmap.cropRotateScaleImage(cx: Double, cy: Double, angleDegrees: Double, outputWidthPx: Int, outputHeightPx: Int, targetWidthPx: Int): ImageBitmap
expect fun ImageBitmap.cropRotateScaleImage(cx: Double, cy: Double, angleDegrees: Double, outputWidthPx: Int, outputHeightPx: Int, targetWidthPx: Int): ImageBitmap

Extract an arbitrary geometry rectangular bitmap from the original bitmap.

actual fun ERROR CLASS: Symbol not found for ImageBitmap.cropRotateScaleImage(cx: Double, cy: Double, angleDegrees: Double, outputWidthPx: Int, outputHeightPx: Int, targetWidthPx: Int): ERROR CLASS: Symbol not found for ImageBitmap
actual fun ImageBitmap.cropRotateScaleImage(cx: Double, cy: Double, angleDegrees: Double, outputWidthPx: Int, outputHeightPx: Int, targetWidthPx: Int): ImageBitmap
Link copied to clipboard
actual fun decodeImage(encodedData: ByteArray): ImageBitmap
expect fun decodeImage(encodedData: ByteArray): ImageBitmap

Decodes a bitmap image.

actual fun decodeImage(encodedData: ByteArray): ImageBitmap
actual fun decodeImage(encodedData: ByteArray): ImageBitmap
Link copied to clipboard
actual fun encodeImageToPng(image: ImageBitmap): ByteString
expect fun encodeImageToPng(image: ImageBitmap): ByteString

Encodes a bitmap to PNG.

actual fun encodeImageToPng(image: ERROR CLASS: Symbol not found for ImageBitmap): ERROR CLASS: Symbol not found for ByteString
actual fun encodeImageToPng(image: ImageBitmap): ByteString
Link copied to clipboard

Gets information about an application.

Link copied to clipboard

Extension function to get an ImageVector for an icon.

Link copied to clipboard

Extension function to get an ImageVector for an icon.

Link copied to clipboard
fun PassphraseEntryField(constraints: PassphraseConstraints, checkWeakPassphrase: Boolean = false, onChanged: (passphrase: String, meetsRequirements: Boolean, donePressed: Boolean) -> Unit)

A composable for entering a passphrase or PIN.

Link copied to clipboard
actual fun rememberUiBoundCoroutineScope(getContext: () -> CoroutineContext): CoroutineScope
expect fun rememberUiBoundCoroutineScope(getContext: @DisallowComposableCalls () -> CoroutineContext = { EmptyCoroutineContext }): CoroutineScope

Like androidx.compose.runtime.rememberCoroutineScope but also makes a platform-specific UI context available in the coroutine context.

actual fun rememberUiBoundCoroutineScope(getContext: () -> ERROR CLASS: Symbol not found for CoroutineContext): ERROR CLASS: Symbol not found for CoroutineScope
actual fun rememberUiBoundCoroutineScope(getContext: () -> CoroutineContext): CoroutineScope
Link copied to clipboard
fun ERROR CLASS: Symbol not found for ImageBitmap.toUIImage(): ERROR CLASS: Symbol not found for UIImage??

Convert ImageBitmap to iOS UIImage.