| D | Stroke.kt | 62 public val shape: PartitionedMesh = constant in androidx.ink.strokes.Stroke 76 shape: PartitionedMesh, 81 shape 93 shape, 124 Stroke(brush, this.inputs, this.shape) in copy() 154 return "Stroke(brush=$brush, inputs=$inputs, shape=$shape)" in toString() 161 val shape = in wrapNative() constant 163 require(shape.getRenderGroupCount() == brush.family.coats.size) { in wrapNative() 172 shape, in wrapNative() 197 shape: Long,
|