Searched defs:drawStyle (Results 1 – 10 of 10) sorted by relevance
32 internal class DrawStyleSpan(val drawStyle: DrawStyle) : CharacterStyle(), UpdateAppearance { constant in androidx.compose.ui.text.platform.style.DrawStyleSpan
50 private val drawStyle: DrawStyle, in <lambda>() constant
68 val drawStyle = style.drawStyle ?: Fill in paint() constant
53 val drawStyle: DrawStyle constant in androidx.compose.ui.text.Bullet
105 val drawStyle: DrawStyle? = null constant in androidx.compose.ui.text.SpanStyle
1405 val drawStyle: DrawStyle? constant in androidx.compose.ui.text.TextStyle
81 private var drawStyle: DrawStyle? = null variable
438 val drawStyle = style.drawStyle ?: Fill in <lambda>() constant
544 val drawStyle = style.drawStyle ?: Fill in <lambda>() constant
1618 val drawStyle = Stroke(width = 8f) constant