Home
last modified time | relevance | path

Searched refs:encodePointList (Results 1 – 1 of 1) sorted by relevance

/compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/
DVertices.kt46 this.positions = encodePointList(positions) in <lambda>()
47 this.textureCoordinates = encodePointList(textureCoordinates) in <lambda>()
56 private fun encodePointList(points: List<Offset>): FloatArray { in <lambda>() method