Home
last modified time | relevance | path

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

/ink/ink-strokes/src/jvmAndroidTest/kotlin/androidx/ink/strokes/
DMeshCreationTest.kt35 val strokeInputBatch = MutableStrokeInputBatch() in createStrokeInputBatch() constant
38 strokeInputBatch.addOrThrow( in createStrokeInputBatch()
45 return strokeInputBatch in createStrokeInputBatch()
50 val strokeInputBatch = in createClosedShapeFromStrokeInputBatch_square_intersectsCorrectPoints() constant
61 val mesh = strokeInputBatch.createClosedShape() in createClosedShapeFromStrokeInputBatch_square_intersectsCorrectPoints()
76 val strokeInputBatch = in createClosedShapeFromStrokeInputBatch_triangle_intersectsCorrectPoints() constant
86 val mesh = strokeInputBatch.createClosedShape() in createClosedShapeFromStrokeInputBatch_triangle_intersectsCorrectPoints()
101 val strokeInputBatch = in createClosedShapeFromStrokeInputBatch_collinearPoints_throwsIllegalStateException() constant
112 assertFailsWith(IllegalStateException::class) { strokeInputBatch.createClosedShape() } in createClosedShapeFromStrokeInputBatch_collinearPoints_throwsIllegalStateException()
117 val strokeInputBatch = createStrokeInputBatch(listOf(ImmutableVec(-90f, -90f))) in createClosedShapeFromStrokeInputBatch_onePoint_createsPointLikeMesh() constant
[all …]
/ink/ink-storage/src/jvmAndroidMain/kotlin/androidx/ink/storage/
DStrokeInputBatchExtensions.kt71 public fun encode(strokeInputBatch: StrokeInputBatch, output: OutputStream): Unit = in decodeOrThrow()
72 strokeInputBatch.encode(output) in decodeOrThrow()
/ink/ink-storage/api/
Drestricted_current.txt43 …method public static void encode(androidx.ink.strokes.StrokeInputBatch strokeInputBatch, java.io.O…
Dcurrent.txt43 …method public static void encode(androidx.ink.strokes.StrokeInputBatch strokeInputBatch, java.io.O…