Searched defs:drawText (Results 1 – 3 of 3) sorted by relevance
143 fun DrawScope.drawText( in DrawScope() method208 fun DrawScope.drawText( in DrawScope() method257 fun DrawScope.drawText( in DrawScope() method317 fun DrawScope.drawText( in DrawScope() method
614 override fun drawText( in drawText() method in androidx.compose.ui.text.android.TextAndroidCanvas625 override fun drawText(text: String, x: Float, y: Float, paint: Paint) { in drawText() method in androidx.compose.ui.text.android.TextAndroidCanvas629 override fun drawText(text: String, start: Int, end: Int, x: Float, y: Float, paint: Paint) { in drawText() method in androidx.compose.ui.text.android.TextAndroidCanvas633 override fun drawText( in drawText() method in androidx.compose.ui.text.android.TextAndroidCanvas
511 private fun DrawScope.drawText(textLayoutResult: TextLayoutResult) { in DrawScope() method in androidx.compose.foundation.text.input.internal.TextFieldCoreModifierNode