Home
last modified time | relevance | path

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

/graphics/graphics-shapes/src/commonMain/kotlin/androidx/graphics/shapes/
DPolygonMeasure.kt211 val cubicIndex = (targetIndex + index - 1) % cubics.size in <lambda>() constant
249 for (cubicIndex in feature.cubics.indices) { in <lambda>() constant