Home
last modified time | relevance | path

Searched defs:drawStyle (Results 1 – 10 of 10) sorted by relevance

/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/platform/style/
DDrawStyleSpan.android.kt32 internal class DrawStyleSpan(val drawStyle: DrawStyle) : CharacterStyle(), UpdateAppearance { constant in androidx.compose.ui.text.platform.style.DrawStyleSpan
DBulletSpan.android.kt50 private val drawStyle: DrawStyle, in <lambda>() constant
/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/
DTextPainter.kt68 val drawStyle = style.drawStyle ?: Fill in paint() constant
DBullet.kt53 val drawStyle: DrawStyle constant in androidx.compose.ui.text.Bullet
DSpanStyle.kt105 val drawStyle: DrawStyle? = null constant in androidx.compose.ui.text.SpanStyle
DTextStyle.kt1405 val drawStyle: DrawStyle? constant in androidx.compose.ui.text.TextStyle
/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/platform/
DAndroidTextPaint.android.kt81 private var drawStyle: DrawStyle? = null variable
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/modifiers/
DTextStringSimpleNode.kt438 val drawStyle = style.drawStyle ?: Fill in <lambda>() constant
DTextAnnotatedStringNode.kt544 val drawStyle = style.drawStyle ?: Fill in <lambda>() constant
/compose/ui/ui-text/src/androidUnitTest/kotlin/androidx/compose/ui/text/
DTextStyleTest.kt1618 val drawStyle = Stroke(width = 8f) constant