Home
last modified time | relevance | path

Searched defs:drawText (Results 1 – 3 of 3) sorted by relevance

/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/
DTextPainter.kt143 fun DrawScope.drawText( in DrawScope() method
208 fun DrawScope.drawText( in DrawScope() method
257 fun DrawScope.drawText( in DrawScope() method
317 fun DrawScope.drawText( in DrawScope() method
/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/android/
DTextAndroidCanvas.android.kt614 override fun drawText( in drawText() method in androidx.compose.ui.text.android.TextAndroidCanvas
625 override fun drawText(text: String, x: Float, y: Float, paint: Paint) { in drawText() method in androidx.compose.ui.text.android.TextAndroidCanvas
629 override fun drawText(text: String, start: Int, end: Int, x: Float, y: Float, paint: Paint) { in drawText() method in androidx.compose.ui.text.android.TextAndroidCanvas
633 override fun drawText( in drawText() method in androidx.compose.ui.text.android.TextAndroidCanvas
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/
DTextFieldCoreModifier.kt511 private fun DrawScope.drawText(textLayoutResult: TextLayoutResult) { in DrawScope() method in androidx.compose.foundation.text.input.internal.TextFieldCoreModifierNode