Searched defs:drawScope (Results 1 – 7 of 7) sorted by relevance
155 val drawScope = CanvasDrawScope() in <lambda>() constant187 val drawScope = CanvasDrawScope() in <lambda>() constant
108 val drawScope = coordinator.layoutNode.mDrawScope in <lambda>() constant
452 val drawScope = layoutNode.mDrawScope in <lambda>() constant
182 var drawScope = HandleImageCache.canvasDrawScope in createHandleImage() variable
633 val drawScope = CanvasDrawScope() in textMeasurer() constant
557 val drawScope = softwareDrawScope ?: CanvasDrawScope().also { softwareDrawScope = it } in <lambda>() constant
1677 val drawScope: DrawScope = CanvasDrawScope() in <lambda>() constant1866 private class TestDrawScopeTransform(val drawScope: CanvasDrawScope = CanvasDrawScope()) : in <lambda>() constant in androidx.compose.ui.graphics.drawscope.DrawScopeTest.TestDrawScopeTransform