Home
last modified time | relevance | path

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

/ink/ink-rendering/src/androidInstrumentedTest/kotlin/androidx/ink/rendering/android/canvas/internal/
DCanvasMeshRendererTest.kt77 val meshFormat = stroke.shape.renderGroupFormat(0) in obtainShaderMetadata_whenCalledTwiceWithSamePackedInstance_returnsCachedValue()
100 val strokeFormat = stroke.shape.renderGroupFormat(0) in obtainShaderMetadata_whenCalledTwiceWithEquivalentPackedFormat_returnsCachedValue()
102 val anotherStrokeFormat = anotherStroke.shape.renderGroupFormat(0) in obtainShaderMetadata_whenCalledTwiceWithEquivalentPackedFormat_returnsCachedValue()
/ink/ink-geometry/src/jvmAndroidTest/kotlin/androidx/ink/geometry/
DPartitionedMeshTest.kt146 val shapeFormat = partitionedMesh.renderGroupFormat(0) in meshFormat_forTestShape_isEquivalentToMeshFormatOfFirstMesh()
/ink/ink-geometry/src/jvmAndroidMain/kotlin/androidx/ink/geometry/
DPartitionedMesh.kt108 public fun renderGroupFormat(@IntRange(from = 0) groupIndex: Int): MeshFormat { in <lambda>() method in androidx.ink.geometry.PartitionedMesh
/ink/ink-rendering/src/androidMain/kotlin/androidx/ink/rendering/android/canvas/internal/
DCanvasMeshRenderer.kt640 val format = stroke.shape.renderGroupFormat(groupIndex) in canDraw()