Searched defs:Shape (Results 1 – 11 of 11) sorted by relevance
26 interface Shape { interface
30 val Shape = ShapeKeyTokens.CornerFull constant
38 val Shape = ShapeKeyTokens.CornerFull constant
44 val Shape = ShapeKeyTokens.CornerFull constant
44 private fun Shape.toOutline() = createOutline(size, LayoutDirection.Ltr, density) method
205 private fun Shape.toOutline() = createOutline(size, layoutDirection, density) method
220 private fun Shape.toOutline() = createOutline(size, layoutDirection, density) method
224 private fun Shape.toOutline(direction: LayoutDirection = LayoutDirection.Ltr) = method
204 private fun Shape.toOutline(direction: LayoutDirection = LayoutDirection.Ltr) = in Shape() method
273 const val Shape: Int = 0b1 shl 13 in GraphicsLayerScope() constant
289 private fun Shape.asPath(bounds: Rect, density: Density): Path { in Shape() method