Searched refs:TextureBitmapStore (Results 1 – 17 of 17) sorted by relevance
| /ink/ink-rendering/src/androidMain/kotlin/androidx/ink/rendering/android/canvas/ |
| D | CanvasStrokeRenderer.kt | 26 import androidx.ink.rendering.android.TextureBitmapStore 264 return create(TextureBitmapStore { null }, forcePathRendering = false) in draw() 275 public fun create(textureStore: TextureBitmapStore): CanvasStrokeRenderer { in draw() 290 return create(TextureBitmapStore { null }, forcePathRendering) in draw() 305 textureStore: TextureBitmapStore, in draw()
|
| /ink/ink-rendering/src/androidInstrumentedTest/kotlin/androidx/ink/rendering/android/canvas/internal/ |
| D | BrushPaintCacheTest.kt | 28 import androidx.ink.rendering.android.TextureBitmapStore 49 TextureBitmapStore { in obtain_positionOnlyWithTexture() 115 TextureBitmapStore { in obtain_withStrokeToGraphicsObjectTransform_shouldHaveCorrectLocalMatrix() 190 BrushPaintCache(TextureBitmapStore { createBitmap(1, 1, Bitmap.Config.ARGB_8888) }) in obtain_forBrushPaintWithSizeUnitBrushSize() 248 TextureBitmapStore { in obtain_multipleTextureLayers() 280 TextureBitmapStore { in obtain_textureLayersThatDoNotLoadAreIgnored() 313 TextureBitmapStore { in obtain_textureLoadingDisabled() 342 TextureBitmapStore { in obtain_textureLoadingDisabledMultipleLayers() 369 val cache = BrushPaintCache(TextureBitmapStore { null }) in obtain_noTexture() 397 TextureBitmapStore { in obtain_identityLocalMatrix()
|
| /ink/ink-rendering/src/androidMain/kotlin/androidx/ink/rendering/android/canvas/internal/ |
| D | CanvasStrokeUnifiedRenderer.kt | 24 import androidx.ink.rendering.android.TextureBitmapStore 35 private val textureStore: TextureBitmapStore = TextureBitmapStore { null } in <lambda>()
|
| D | CanvasPathRenderer.kt | 35 import androidx.ink.rendering.android.TextureBitmapStore 55 internal class CanvasPathRenderer(textureStore: TextureBitmapStore = TextureBitmapStore { null }) : in <lambda>()
|
| D | BrushPaintCache.kt | 32 import androidx.ink.rendering.android.TextureBitmapStore in <lambda>() 47 val textureStore: TextureBitmapStore, in <lambda>()
|
| D | CanvasMeshRenderer.kt | 45 import androidx.ink.rendering.android.TextureBitmapStore in <lambda>() 64 textureStore: TextureBitmapStore = TextureBitmapStore { null }, in <lambda>()
|
| /ink/ink-storage/src/androidMain/kotlin/androidx/ink/storage/ |
| D | AndroidBrushFamilyExtensions.android.kt | 25 import androidx.ink.rendering.android.TextureBitmapStore in <lambda>() 52 public fun BrushFamily.encode(output: OutputStream, textureBitmapStore: TextureBitmapStore) { in encode() 124 textureBitmapStore: TextureBitmapStore, in decodeOrThrow()
|
| /ink/ink-rendering/api/ |
| D | current.txt | 4 …ibility @androidx.ink.brush.ExperimentalInkCustomBrushApi public fun interface TextureBitmapStore { 14 ….canvas.CanvasStrokeRenderer create(androidx.ink.rendering.android.TextureBitmapStore textureStore… 25 ….canvas.CanvasStrokeRenderer create(androidx.ink.rendering.android.TextureBitmapStore textureStore…
|
| D | restricted_current.txt | 4 …ibility @androidx.ink.brush.ExperimentalInkCustomBrushApi public fun interface TextureBitmapStore { 14 ….canvas.CanvasStrokeRenderer create(androidx.ink.rendering.android.TextureBitmapStore textureStore… 25 ….canvas.CanvasStrokeRenderer create(androidx.ink.rendering.android.TextureBitmapStore textureStore…
|
| /ink/ink-rendering/src/androidMain/kotlin/androidx/ink/rendering/android/ |
| D | TextureBitmapStore.kt | 27 public fun interface TextureBitmapStore { interface
|
| /ink/ink-authoring/api/ |
| D | current.txt | 31 …xperimentalInkCustomBrushApi public androidx.ink.rendering.android.TextureBitmapStore getTextureBi… 38 …ustomBrushApi public void setTextureBitmapStore(androidx.ink.rendering.android.TextureBitmapStore); 48 …xperimentalInkCustomBrushApi public androidx.ink.rendering.android.TextureBitmapStore textureBitma…
|
| D | restricted_current.txt | 31 …xperimentalInkCustomBrushApi public androidx.ink.rendering.android.TextureBitmapStore getTextureBi… 38 …ustomBrushApi public void setTextureBitmapStore(androidx.ink.rendering.android.TextureBitmapStore); 48 …xperimentalInkCustomBrushApi public androidx.ink.rendering.android.TextureBitmapStore textureBitma…
|
| /ink/ink-rendering/src/androidInstrumentedTest/kotlin/androidx/ink/rendering/android/canvas/ |
| D | CanvasStrokeRendererTestActivity.kt | 38 import androidx.ink.rendering.android.TextureBitmapStore in <lambda>() 46 private val textureStore = TextureBitmapStore { id -> in <lambda>()
|
| /ink/ink-storage/api/ |
| D | restricted_current.txt | 7 …amily, java.io.OutputStream output, androidx.ink.rendering.android.TextureBitmapStore textureBitma… 13 …amily, java.io.OutputStream output, androidx.ink.rendering.android.TextureBitmapStore textureBitma…
|
| D | current.txt | 7 …amily, java.io.OutputStream output, androidx.ink.rendering.android.TextureBitmapStore textureBitma… 13 …amily, java.io.OutputStream output, androidx.ink.rendering.android.TextureBitmapStore textureBitma…
|
| /ink/ink-authoring/src/androidMain/kotlin/androidx/ink/authoring/ |
| D | InProgressStrokesView.kt | 48 import androidx.ink.rendering.android.TextureBitmapStore in <lambda>() 120 public var textureBitmapStore: TextureBitmapStore = TextureBitmapStore { null } in <lambda>()
|
| /ink/ink-storage/src/androidInstrumentedTest/kotlin/androidx/ink/storage/ |
| D | AndroidBrushFamilyExtensionsTest.kt | 26 import androidx.ink.rendering.android.TextureBitmapStore in <lambda>() 63 object : TextureBitmapStore { in <lambda>()
|