Home
last modified time | relevance | path

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

/ink/ink-rendering/src/androidMain/kotlin/androidx/ink/rendering/android/canvas/internal/
DCanvasPathRenderer.kt104 private val scratchLastInput = StrokeInput() constant
159 stroke.inputs.populate(stroke.inputs.size - 1, scratchLastInput) in draw()
169 scratchLastInput, in draw()
197 inProgressStroke.populateInput(scratchLastInput, inputCount - 1) in draw()
207 scratchLastInput, in draw()
DCanvasMeshRenderer.kt165 private val scratchLastInput = StrokeInput() constant
204 stroke.inputs.populate(stroke.inputs.size - 1, scratchLastInput) in draw()
220 scratchLastInput, in draw()
353 inProgressStroke.populateInput(scratchLastInput, inputCount - 1) in draw()
370 scratchLastInput, in draw()