Home
last modified time | relevance | path

Searched defs:Paragraph (Results 1 – 11 of 11) sorted by relevance

/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/
DParagraph.kt50 expect sealed interface Paragraph { interface
408 fun Paragraph( method
459 fun Paragraph( method
507 fun Paragraph( method
551 fun Paragraph( method
592 fun Paragraph( method
624 fun Paragraph( method
648 fun Paragraph( method
/compose/ui/ui-text/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/
DTextTestExtensions.kt45 fun Paragraph.onCanvas( in <lambda>() method
68 fun Paragraph.bitmap( in bitmap() method
87 fun Paragraph.bitmap( in bitmap() method
DParagraphFillBoundingBoxesTest.kt673 private fun Paragraph( in ltrCharacterBoundariesForTestFont() method in androidx.compose.ui.text.ParagraphFillBoundingBoxesTest
680 private fun Paragraph( in ltrCharacterBoundariesForTestFont() method in androidx.compose.ui.text.ParagraphFillBoundingBoxesTest
DParagraphIntegrationBoundingBoxTest.kt372 private fun Paragraph.assertBoxLRTB(offset: Int, left: Int, right: Int, top: Int, bottom: Int) { in testParagraph() method
/compose/ui/ui-text/src/commonStubsMain/kotlin/androidx/compose/ui/text/style/
DLineBreak.commonStubs.kt32 @Stable actual val Paragraph: LineBreak = implementedInJetBrainsFork() constant
/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/style/
DLineBreak.kt64 @Stable val Paragraph: LineBreak constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/
DSelectionAdjustment.kt77 val Paragraph = SelectionAdjustment { layout -> in <lambda>() constant
/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/
DParagraph.android.kt33 actual sealed interface Paragraph { interface
/compose/ui/ui-text/src/commonStubsMain/kotlin/androidx/compose/ui/text/
DParagraph.commonStubs.kt34 actual sealed interface Paragraph { interface
/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/style/
DLineBreak.android.kt142 actual val Paragraph: LineBreak = in copy() constant
/compose/ui/ui-text/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/platform/
DAndroidParagraphGetRangeForRectTest.kt465 private fun Paragraph.boundingBoxOf(vararg offsets: Int): Rect { in Paragraph() method