Home
last modified time | relevance | path

Searched defs:DrawScope (Results 1 – 25 of 27) sorted by relevance

12

/compose/ui/ui-graphics/samples/src/main/java/androidx/compose/ui/graphics/samples/
DGraphicsLayerSamples.kt47 fun DrawScope.GraphicsLayerTopLeftSample(layer: GraphicsLayer) { in DrawScope() method
61 fun DrawScope.GraphicsLayerSizeSample(layer: GraphicsLayer) { in DrawScope() method
71 fun DrawScope.GraphicsLayerScaleAndPivotSample(layer: GraphicsLayer) { in DrawScope() method
90 fun DrawScope.GraphicsLayerTranslateSample(layer: GraphicsLayer) { in DrawScope() method
106 fun DrawScope.GraphicsLayerShadowSample(layer: GraphicsLayer) { in DrawScope() method
122 fun DrawScope.GraphicsLayerBlendModeSample(layer: GraphicsLayer) { in DrawScope() method
153 fun DrawScope.GraphicsLayerColorFilterSample(layer: GraphicsLayer) { in DrawScope() method
168 fun DrawScope.GraphicsLayerRenderEffectSample(layer: GraphicsLayer) { in DrawScope() method
182 fun DrawScope.GraphicsLayerAlphaSample(layer: GraphicsLayer) { in DrawScope() method
196 fun DrawScope.GraphicsLayerOutlineSample(layer: GraphicsLayer) { in DrawScope() method
[all …]
/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/
DTextPainter.kt143 fun DrawScope.drawText( in DrawScope() method
208 fun DrawScope.drawText( in DrawScope() method
257 fun DrawScope.drawText( in DrawScope() method
317 fun DrawScope.drawText( in DrawScope() method
362 private fun DrawScope.textLayoutConstraints(size: Size, topLeft: Offset): Constraints { in DrawScope() method
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DProgressIndicator.kt261 private fun DrawScope.drawLinearIndicator( in LinearProgressIndicator() method
301 private fun DrawScope.drawLinearIndicatorBackground( in DrawScope() method
480 private fun DrawScope.drawCircularIndicator( in CircularProgressIndicator() method
501 private fun DrawScope.drawCircularIndicatorBackground(color: Color, stroke: Stroke) = in DrawScope() method
537 private fun DrawScope.drawDeterminateCircularIndicator( in DrawScope() method
544 private fun DrawScope.drawIndeterminateCircularIndicator( in DrawScope() method
DCheckbox.kt314 private fun DrawScope.drawBox( in DrawScope() method
348 private fun DrawScope.drawCheck( in DrawScope() method
DSwitch.kt271 private fun DrawScope.drawTrack(trackColor: Color, trackWidth: Float, strokeWidth: Float) { in DrawScope() method
/compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/painter/
DPainter.kt152 protected abstract fun DrawScope.onDraw() in <lambda>() method
172 fun DrawScope.draw(size: Size, alpha: Float = DefaultAlpha, colorFilter: ColorFilter? = null) { in <lambda>() method
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/visualaid/
DEasingFunctionDemo.kt140 private fun DrawScope.drawEasingPath( in DrawScope() method
159 private fun DrawScope.updateGraphPath( in DrawScope() method
215 private fun DrawScope.drawGraphAxis() { in DrawScope() method
/compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/
DOutline.kt135 fun DrawScope.drawOutline( in DrawScope() method
175 fun DrawScope.drawOutline( in DrawScope() method
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DProgressIndicator.kt397 private fun DrawScope.drawLinearIndicator( in LinearProgressIndicator() method
747 private fun DrawScope.drawCircularIndicator( in CircularProgressIndicator() method
768 private fun DrawScope.drawCircularIndicatorTrack(color: Color, stroke: Stroke) = in DrawScope() method
771 private fun DrawScope.drawDeterminateCircularIndicator( in DrawScope() method
778 private fun DrawScope.drawIndeterminateCircularIndicator( in DrawScope() method
DCheckbox.kt461 private fun DrawScope.drawBox(boxColor: Color, borderColor: Color, radius: Float, stroke: Stroke) { in DrawScope() method
489 private fun DrawScope.drawCheck( in DrawScope() method
DWavyProgressIndicator.kt964 private fun DrawScope.drawCircularIndicator( in DrawScope() method
1186 private fun DrawScope.drawStopIndicator( in DrawScope() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/
DTextFieldCoreModifier.kt471 private fun DrawScope.drawSelection(selection: TextRange, textLayoutResult: TextLayoutResult) { in DrawScope() method
481 private fun DrawScope.drawHighlight( in DrawScope() method
511 private fun DrawScope.drawText(textLayoutResult: TextLayoutResult) { in DrawScope() method
519 private fun DrawScope.drawCursor() { in DrawScope() method
/compose/material/material-ripple/src/commonMain/kotlin/androidx/compose/material/ripple/
DRipple.kt291 fun DrawScope.drawStateLayer(radius: Dp, color: Color) { in rememberUpdatedRippleInstance() method
394 abstract fun DrawScope.drawRipples() in DrawScope() method
490 fun DrawScope.drawStateLayer(radius: Float, color: Color) { in DrawScope() method
DRippleAnimation.kt122 fun DrawScope.draw(color: Color) { in DrawScope() method
DCommonRipple.kt152 private fun DrawScope.drawRipples(color: Color) { in DrawScope() method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/graphics/vector/
DDrawCache.kt103 private fun DrawScope.clear() { in DrawScope() method
DVector.kt96 abstract fun DrawScope.draw() in DrawScope() method
139 fun DrawScope.draw(alpha: Float, colorFilter: ColorFilter?) { in DrawScope() method
/compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/drawscope/
DDrawScope.kt345 interface DrawScope : Density { interface
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/gesture/
DFancyScrollingDemo.kt100 private fun DrawScope.drawItems(scrollPosition: Float, width: Float, height: Float) { in DrawScope() method
DSpringBackScrollingDemo.kt149 private fun DrawScope.drawRects(animScroll: Float) { in DrawScope() method
/compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/layer/
DGraphicsLayer.kt50 fun DrawScope.drawLayer(graphicsLayer: GraphicsLayer) { in <lambda>() method
/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/
DAndroidOverscroll.android.kt459 private fun DrawScope.drawLeftGlow(left: EdgeEffect, canvas: NativeCanvas): Boolean { in DrawScope() method
470 private fun DrawScope.drawTopGlow(top: EdgeEffect, canvas: NativeCanvas): Boolean { in DrawScope() method
480 private fun DrawScope.drawRightGlow(right: EdgeEffect, canvas: NativeCanvas): Boolean { in DrawScope() method
492 private fun DrawScope.drawBottomGlow(bottom: EdgeEffect, canvas: NativeCanvas): Boolean { in DrawScope() method
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/pulltorefresh/
DPullToRefresh.kt774 private fun DrawScope.drawCircularIndicator( in DrawScope() method
821 private fun DrawScope.drawArrow( in DrawScope() method
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/
DGroupSizeValidationTests.kt586 private interface DrawScope interface
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/pullrefresh/
DPullRefreshIndicator.kt194 private fun DrawScope.drawArrow( in DrawScope() method

12