Searched refs:getRenderGroupCount (Results 1 – 10 of 10) sorted by relevance
72 public fun getRenderGroupCount(): Int = in <lambda>() method in androidx.ink.geometry.PartitionedMesh73 PartitionedMeshNative.getRenderGroupCount(nativePointer).also { check(it >= 0) } in <lambda>()77 (0 until getRenderGroupCount()).map { groupIndex -> in <lambda>()109 require(groupIndex >= 0 && groupIndex < getRenderGroupCount()) { in <lambda>()121 require(groupIndex >= 0 && groupIndex < getRenderGroupCount()) { in <lambda>()136 require(groupIndex >= 0 && groupIndex < getRenderGroupCount()) { in <lambda>()537 @UsedByNative external fun getRenderGroupCount(nativePointer: Long): Int method
83 require(it.getRenderGroupCount() == brush.family.coats.size) { in <lambda>()163 require(shape.getRenderGroupCount() == brush.family.coats.size) { in wrapNative()
52 assertThat(partitionedMesh.getRenderGroupCount()).isEqualTo(0) in getRenderGroupCount_whenEmptyShape_shouldBeZero()107 assertThat(shape.getRenderGroupCount()).isEqualTo(1) in populateOutlinePosition_withStrokeShape_shouldBeWithinBounds()145 assertThat(partitionedMesh.getRenderGroupCount()).isEqualTo(1) in meshFormat_forTestShape_isEquivalentToMeshFormatOfFirstMesh()
160 for (groupIndex in 0 until stroke.shape.getRenderGroupCount()) { in draw()342 for (groupIndex in 0 until shape.getRenderGroupCount()) { in create()369 for (groupIndex in 0 until shape.getRenderGroupCount()) { in maybeUpdate()
54 for (groupIndex in 0 until stroke.shape.getRenderGroupCount()) { in getDelegateRendererOrThrow()
638 for (groupIndex in 0 until stroke.shape.getRenderGroupCount()) { in canDraw()
76 assertThat(stroke.shape.getRenderGroupCount()).isEqualTo(1) in obtainShaderMetadata_whenCalledTwiceWithSamePackedInstance_returnsCachedValue()99 assertThat(stroke.shape.getRenderGroupCount()).isEqualTo(1) in obtainShaderMetadata_whenCalledTwiceWithEquivalentPackedFormat_returnsCachedValue()101 assertThat(anotherStroke.shape.getRenderGroupCount()).isEqualTo(1) in obtainShaderMetadata_whenCalledTwiceWithEquivalentPackedFormat_returnsCachedValue()
71 assertThat(shape.getRenderGroupCount()).isEqualTo(1) in <lambda>()
354 method @IntRange(from=0L) public int getRenderGroupCount();