Searched defs:asDataPoint (Results 1 – 3 of 3) sorted by relevance
21 fun Float.asDataPoint() = DataPointTypes.float.makeDataPoint(this) in <lambda>() method23 fun Boolean.asDataPoint() = DataPointTypes.boolean.makeDataPoint(this) in <lambda>() method25 fun Int.asDataPoint() = DataPointTypes.int.makeDataPoint(this) in <lambda>() method27 fun String.asDataPoint() = DataPointTypes.string.makeDataPoint(this) in <lambda>() method
32 fun Dp.asDataPoint() = DataPointTypes.dp.makeDataPoint(this) in Dp() method34 fun IntSize.asDataPoint() = DataPointTypes.intSize.makeDataPoint(this) in Dp() method36 fun Offset.asDataPoint() = DataPointTypes.offset.makeDataPoint(this) in Dp() method38 fun DpSize.asDataPoint() = DataPointTypes.dpSize.makeDataPoint(this) in Dp() method40 fun DpOffset.asDataPoint() = DataPointTypes.dpOffset.makeDataPoint(this) in Dp() method
25 fun Rect.asDataPoint() = DataPointTypes.rect.makeDataPoint(this) in <lambda>() method27 fun Point.asDataPoint() = DataPointTypes.point.makeDataPoint(this) in <lambda>() method