Searched defs:Paragraph (Results 1 – 11 of 11) sorted by relevance
50 expect sealed interface Paragraph { interface408 fun Paragraph( method459 fun Paragraph( method507 fun Paragraph( method551 fun Paragraph( method592 fun Paragraph( method624 fun Paragraph( method648 fun Paragraph( method
45 fun Paragraph.onCanvas( in <lambda>() method68 fun Paragraph.bitmap( in bitmap() method87 fun Paragraph.bitmap( in bitmap() method
673 private fun Paragraph( in ltrCharacterBoundariesForTestFont() method in androidx.compose.ui.text.ParagraphFillBoundingBoxesTest680 private fun Paragraph( in ltrCharacterBoundariesForTestFont() method in androidx.compose.ui.text.ParagraphFillBoundingBoxesTest
372 private fun Paragraph.assertBoxLRTB(offset: Int, left: Int, right: Int, top: Int, bottom: Int) { in testParagraph() method
32 @Stable actual val Paragraph: LineBreak = implementedInJetBrainsFork() constant
64 @Stable val Paragraph: LineBreak constant
77 val Paragraph = SelectionAdjustment { layout -> in <lambda>() constant
33 actual sealed interface Paragraph { interface
34 actual sealed interface Paragraph { interface
142 actual val Paragraph: LineBreak = in copy() constant
465 private fun Paragraph.boundingBoxOf(vararg offsets: Int): Rect { in Paragraph() method