Home
last modified time | relevance | path

Searched defs:Path (Results 1 – 11 of 11) sorted by relevance

/compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/
DPathSvg.kt40 fun Path.addSvg(pathData: String) { in Path() method
59 fun Path.toSvg(asDocument: Boolean = false) = buildString { method
DPathGeometry.kt36 fun Path.computeDirection(): Path.Direction { in Path() method
167 fun Path.divide(contours: MutableList<Path> = mutableListOf()): MutableList<Path> { in Path() method
231 fun Path.reverse(destination: Path = Path()): Path { in Path() method
DPath.kt24 expect fun Path(): Path in Path() method
27 fun Path.copy(): Path = Path().apply { addPath(this@copy) } in Path() method
30 /* expect class */ interface Path { interface
DOutline.kt117 fun Path.addOutline(outline: Outline) = in Path() method
/compose/ui/ui-graphics/src/commonStubsMain/kotlin/androidx/compose/ui/graphics/
DPath.commonStubs.kt19 actual fun Path(): Path = implementedInJetBrainsFork() method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/graphics/vector/
DVectorCompose.kt100 fun Path( in Path() method
/compose/ui/ui-graphics/src/androidMain/kotlin/androidx/compose/ui/graphics/
DAndroidPath.android.kt26 actual fun Path(): Path = AndroidPath() in Path() method
252 private fun Path.Direction.toPlatformPathDirection() = in Path() method
/compose/material/material/src/androidUnitTest/
Dbottom_app_bar_rounded_edges_graph.py6 Path = mpath.Path variable
/compose/test-utils/src/androidMain/kotlin/androidx/compose/testutils/
DImageAssertions.android.kt297 private fun Path.contains(x: Int, y: Int, center: Offset, margin: Float): Boolean = in Path() method
300 private fun Path.notContains(x: Int, y: Int, center: Offset, margin: Float): Boolean = in Path() method
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DAppBar.kt486 private fun Path.addCutoutShape(layoutDirection: LayoutDirection, density: Density) { in Path() method
531 private fun Path.addRoundedEdges( in Path() method
/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/
DMultiParagraph.kt1208 fun Path.toGlobal(): Path { in Path() method