[NUI] (CanvasView) Support rasterization request manually + rasterization asychronously
authorEunki, Hong <eunkiki.hong@samsung.com>
Tue, 18 Jun 2024 04:33:49 +0000 (13:33 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 26 Jun 2024 11:10:20 +0000 (20:10 +0900)
commit4d7ddc2b450fdc327d8e56b1e54bc0c689fc7046
tree01720fa243a1cfaef8b760637042c9c373e39bbf
parent26115066caedf54c59f27695f147e21e5efa2f96
[NUI] (CanvasView) Support rasterization request manually + rasterization asychronously

Let we allow to user request rasterizatoin manually, not for automatically updated engine side.

If we set that value as true, RequestRasterization should be called.

required dali patch:
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-toolkit/+/312975
https://review.tizen.org/gerrit/c/platform/core/uifw/dali-csharp-binder/+/312976

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI/src/internal/Interop/Interop.CanvasView.cs
src/Tizen.NUI/src/public/BaseComponents/VectorGraphics/CanvasView.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/CanvasViewSample.cs