Home
last modified time | relevance | path

Searched defs:ContentDrawScope (Results 1 – 7 of 7) sorted by relevance

/compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/drawscope/
DContentDrawScope.kt25 interface ContentDrawScope : DrawScope { interface
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/
DBackground.kt170 private fun ContentDrawScope.drawRect() { in ContentDrawScope() method
175 private fun ContentDrawScope.drawOutline() { in drawOutline() method
181 private fun ContentDrawScope.getOutline(): Outline { in getOutline() method
DIndication.kt155 fun ContentDrawScope.drawIndication() in create() method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/
DDrawModifierNode.kt31 fun ContentDrawScope.draw() in ContentDrawScope() method
/compose/foundation/foundation/samples/src/main/java/androidx/compose/foundation/samples/
DBasicMarqueeSamples.kt81 fun ContentDrawScope.drawFadedEdge(leftEdge: Boolean) { in BasicMarqueeWithFadedEdgesSample() method
/compose/ui/ui/samples/src/main/java/androidx/compose/ui/samples/
DTraverseModifierDemo.kt704 private fun ContentDrawScope.drawRect() { in ContentDrawScope() method
709 private fun ContentDrawScope.drawOutline() { in drawOutline() method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/draw/
DDrawModifier.kt52 fun ContentDrawScope.draw() in <lambda>() method