Home
last modified time | relevance | path

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

/ink/ink-geometry/src/androidInstrumentedTest/kotlin/androidx/ink/geometry/
DAndroidGraphicsConversionExtensionsEmulatorTest.kt54 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/
DStrokeInputBatch.kt202 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/
DCanvasMeshRenderer.kt678 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/
Dcurrent.txt53 …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, …
Drestricted_current.txt53 …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/
Dused_by_native.pgcfg5 # This includes external methods in the Kotlin code and classes whose type
Dbuild.gradle68 type = SoftwareType.PUBLISHED_LIBRARY
/ink/ink-rendering/
Dbuild.gradle65 type = SoftwareType.PUBLISHED_LIBRARY
/ink/ink-authoring/
Dbuild.gradle73 type = SoftwareType.PUBLISHED_LIBRARY
/ink/ink-geometry/
Dbuild.gradle93 type = SoftwareType.PUBLISHED_LIBRARY
/ink/ink-strokes/
Dbuild.gradle94 type = SoftwareType.PUBLISHED_LIBRARY
/ink/ink-storage/
Dbuild.gradle97 type = SoftwareType.PUBLISHED_LIBRARY
/ink/ink-brush/
Dbuild.gradle100 type = SoftwareType.PUBLISHED_LIBRARY
/ink/ink-strokes/src/jvmAndroidTest/kotlin/androidx/ink/strokes/
DMeshCreationTest.kt39 type = InputToolType.STYLUS, in createStrokeInputBatch()
/ink/ink-storage/src/commonMain/proto/
Dbrush_family.proto34 // 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