Home
last modified time | relevance | path

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

/ink/ink-geometry/src/jvmAndroidTest/kotlin/androidx/ink/geometry/
DPartitionedMeshTest.kt236 val externalShape = in computeCoverage_forTwoPartitionedMeshes_callsJniAndReturnsFloat() constant
244 assertThat(partitionedMesh.computeCoverage(externalShape)).isEqualTo(0f) in computeCoverage_forTwoPartitionedMeshes_callsJniAndReturnsFloat()
245 assertThat(partitionedMesh.computeCoverage(externalShape, SCALE_TRANSFORM)).isEqualTo(0f) in computeCoverage_forTwoPartitionedMeshes_callsJniAndReturnsFloat()
356 val externalShape = in computeCoverageIsGreaterThan_forTwoPartitionedMeshes_callsJniAndReturnsBoolean() constant
364 assertThat(partitionedMesh.computeCoverageIsGreaterThan(externalShape, 0f)).isFalse() in computeCoverageIsGreaterThan_forTwoPartitionedMeshes_callsJniAndReturnsBoolean()
365 assertThat(partitionedMesh.computeCoverageIsGreaterThan(externalShape, 0f, SCALE_TRANSFORM)) in computeCoverageIsGreaterThan_forTwoPartitionedMeshes_callsJniAndReturnsBoolean()