Searched defs:Path (Results 1 – 11 of 11) sorted by relevance
40 fun Path.addSvg(pathData: String) { in Path() method59 fun Path.toSvg(asDocument: Boolean = false) = buildString { method
36 fun Path.computeDirection(): Path.Direction { in Path() method167 fun Path.divide(contours: MutableList<Path> = mutableListOf()): MutableList<Path> { in Path() method231 fun Path.reverse(destination: Path = Path()): Path { in Path() method
24 expect fun Path(): Path in Path() method27 fun Path.copy(): Path = Path().apply { addPath(this@copy) } in Path() method30 /* expect class */ interface Path { interface
117 fun Path.addOutline(outline: Outline) = in Path() method
19 actual fun Path(): Path = implementedInJetBrainsFork() method
100 fun Path( in Path() method
26 actual fun Path(): Path = AndroidPath() in Path() method252 private fun Path.Direction.toPlatformPathDirection() = in Path() method
6 Path = mpath.Path variable
297 private fun Path.contains(x: Int, y: Int, center: Offset, margin: Float): Boolean = in Path() method300 private fun Path.notContains(x: Int, y: Int, center: Offset, margin: Float): Boolean = in Path() method
486 private fun Path.addCutoutShape(layoutDirection: LayoutDirection, density: Density) { in Path() method531 private fun Path.addRoundedEdges( in Path() method
1208 fun Path.toGlobal(): Path { in Path() method