Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/modifiers/
DTextAnnotatedStringNodeTest.kt63 val contentDrawScope = in draw_whenNotAttached_doesNotCrash() constant
DTextStringSimpleNodeTest.kt91 val contentDrawScope = in <lambda>() constant
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/draw/
DDrawModifier.kt332 internal var contentDrawScope: ContentDrawScope? = null variable in CacheDrawScope