Home
last modified time | relevance | path

Searched refs:TextureBitmapStore (Results 1 – 17 of 17) sorted by relevance

/ink/ink-rendering/src/androidMain/kotlin/androidx/ink/rendering/android/canvas/
DCanvasStrokeRenderer.kt26 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/
DBrushPaintCacheTest.kt28 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/
DCanvasStrokeUnifiedRenderer.kt24 import androidx.ink.rendering.android.TextureBitmapStore
35 private val textureStore: TextureBitmapStore = TextureBitmapStore { null } in <lambda>()
DCanvasPathRenderer.kt35 import androidx.ink.rendering.android.TextureBitmapStore
55 internal class CanvasPathRenderer(textureStore: TextureBitmapStore = TextureBitmapStore { null }) : in <lambda>()
DBrushPaintCache.kt32 import androidx.ink.rendering.android.TextureBitmapStore in <lambda>()
47 val textureStore: TextureBitmapStore, in <lambda>()
DCanvasMeshRenderer.kt45 import androidx.ink.rendering.android.TextureBitmapStore in <lambda>()
64 textureStore: TextureBitmapStore = TextureBitmapStore { null }, in <lambda>()
/ink/ink-storage/src/androidMain/kotlin/androidx/ink/storage/
DAndroidBrushFamilyExtensions.android.kt25 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/
Dcurrent.txt4 …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…
Drestricted_current.txt4 …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/
DTextureBitmapStore.kt27 public fun interface TextureBitmapStore { interface
/ink/ink-authoring/api/
Dcurrent.txt31 …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…
Drestricted_current.txt31 …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/
DCanvasStrokeRendererTestActivity.kt38 import androidx.ink.rendering.android.TextureBitmapStore in <lambda>()
46 private val textureStore = TextureBitmapStore { id -> in <lambda>()
/ink/ink-storage/api/
Drestricted_current.txt7 …amily, java.io.OutputStream output, androidx.ink.rendering.android.TextureBitmapStore textureBitma…
13 …amily, java.io.OutputStream output, androidx.ink.rendering.android.TextureBitmapStore textureBitma…
Dcurrent.txt7 …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/
DInProgressStrokesView.kt48 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/
DAndroidBrushFamilyExtensionsTest.kt26 import androidx.ink.rendering.android.TextureBitmapStore in <lambda>()
63 object : TextureBitmapStore { in <lambda>()