| /ink/ink-geometry/src/androidInstrumentedTest/kotlin/androidx/ink/geometry/ |
| D | AndroidGraphicsConversionExtensionsEmulatorTest.kt | 54 val type = pathIterator.next(points, 0) in outlinesToPath_returnsCorrectListOfpath() constant 55 assertThat(type) in outlinesToPath_returnsCorrectListOfpath() 81 val type = pathIterator.next(points, 0) in populatePathFromOutlines_returnsCorrectPath() constant 82 assertThat(type) in populatePathFromOutlines_returnsCorrectPath()
|
| /ink/ink-strokes/src/jvmAndroidMain/kotlin/androidx/ink/strokes/ |
| D | StrokeInputBatch.kt | 202 type: InputToolType, in clear() 212 type, in clear() 236 type: InputToolType, in clear() 246 type, in clear() 280 type: InputToolType, in add() 293 type.value, in add() 466 type: Int,
|
| /ink/ink-rendering/src/androidMain/kotlin/androidx/ink/rendering/android/canvas/internal/ |
| D | CanvasMeshRenderer.kt | 678 val type = Type.fromNativeValue(attributeTypesOut[attrIndex]) ?: break in createShaderMetadata() constant 681 attributes.add(MeshSpecification.Attribute(type.meshSpecValue, offset, name)) in createShaderMetadata() 685 val type = Type.fromNativeValue(varyingTypesOut[varyingIndex]) ?: break in createShaderMetadata() constant 687 varyings.add(MeshSpecification.Varying(type.meshSpecValue, name)) in createShaderMetadata() 1002 for (type in UniformId.values()) { in fromNativeValue() method 1003 if (type.nativeValue == nativeValue) return type in fromNativeValue() 1046 for (type in Type.values()) { in fromNativeValue() method 1047 if (type.nativeValue == nativeValue) return type in fromNativeValue()
|
| /ink/ink-strokes/api/ |
| D | current.txt | 53 …okes.MutableStrokeInputBatch addOrIgnore(androidx.ink.brush.InputToolType type, float x, float y, … 54 …okes.MutableStrokeInputBatch addOrIgnore(androidx.ink.brush.InputToolType type, float x, float y, … 55 …okes.MutableStrokeInputBatch addOrIgnore(androidx.ink.brush.InputToolType type, float x, float y, … 56 …okes.MutableStrokeInputBatch addOrIgnore(androidx.ink.brush.InputToolType type, float x, float y, … 57 …okes.MutableStrokeInputBatch addOrIgnore(androidx.ink.brush.InputToolType type, float x, float y, … 61 …rokes.MutableStrokeInputBatch addOrThrow(androidx.ink.brush.InputToolType type, float x, float y, … 62 …rokes.MutableStrokeInputBatch addOrThrow(androidx.ink.brush.InputToolType type, float x, float y, … 63 …rokes.MutableStrokeInputBatch addOrThrow(androidx.ink.brush.InputToolType type, float x, float y, … 64 …rokes.MutableStrokeInputBatch addOrThrow(androidx.ink.brush.InputToolType type, float x, float y, … 65 …rokes.MutableStrokeInputBatch addOrThrow(androidx.ink.brush.InputToolType type, float x, float y, …
|
| D | restricted_current.txt | 53 …okes.MutableStrokeInputBatch addOrIgnore(androidx.ink.brush.InputToolType type, float x, float y, … 54 …okes.MutableStrokeInputBatch addOrIgnore(androidx.ink.brush.InputToolType type, float x, float y, … 55 …okes.MutableStrokeInputBatch addOrIgnore(androidx.ink.brush.InputToolType type, float x, float y, … 56 …okes.MutableStrokeInputBatch addOrIgnore(androidx.ink.brush.InputToolType type, float x, float y, … 57 …okes.MutableStrokeInputBatch addOrIgnore(androidx.ink.brush.InputToolType type, float x, float y, … 61 …rokes.MutableStrokeInputBatch addOrThrow(androidx.ink.brush.InputToolType type, float x, float y, … 62 …rokes.MutableStrokeInputBatch addOrThrow(androidx.ink.brush.InputToolType type, float x, float y, … 63 …rokes.MutableStrokeInputBatch addOrThrow(androidx.ink.brush.InputToolType type, float x, float y, … 64 …rokes.MutableStrokeInputBatch addOrThrow(androidx.ink.brush.InputToolType type, float x, float y, … 65 …rokes.MutableStrokeInputBatch addOrThrow(androidx.ink.brush.InputToolType type, float x, float y, …
|
| /ink/ink-nativeloader/ |
| D | used_by_native.pgcfg | 5 # This includes external methods in the Kotlin code and classes whose type
|
| D | build.gradle | 68 type = SoftwareType.PUBLISHED_LIBRARY
|
| /ink/ink-rendering/ |
| D | build.gradle | 65 type = SoftwareType.PUBLISHED_LIBRARY
|
| /ink/ink-authoring/ |
| D | build.gradle | 73 type = SoftwareType.PUBLISHED_LIBRARY
|
| /ink/ink-geometry/ |
| D | build.gradle | 93 type = SoftwareType.PUBLISHED_LIBRARY
|
| /ink/ink-strokes/ |
| D | build.gradle | 94 type = SoftwareType.PUBLISHED_LIBRARY
|
| /ink/ink-storage/ |
| D | build.gradle | 97 type = SoftwareType.PUBLISHED_LIBRARY
|
| /ink/ink-brush/ |
| D | build.gradle | 100 type = SoftwareType.PUBLISHED_LIBRARY
|
| /ink/ink-strokes/src/jvmAndroidTest/kotlin/androidx/ink/strokes/ |
| D | MeshCreationTest.kt | 39 type = InputToolType.STYLUS, in createStrokeInputBatch()
|
| /ink/ink-storage/src/commonMain/proto/ |
| D | brush_family.proto | 34 // Was legacy InputModel type, reserved needs to be outside oneof 870 // A single node in a behavior's graph. Each node type is either a "value 970 // stroke's tool type is in the specified set. 974 // Output: Null if this stroke's tool type is not in the specified set, 977 // To be valid: At least one tool type must be enabled. 980 // enum values as bit numbers for each tool type. For example, if only
|