-
Change-Id: I205a174bc80ad671b833f5d865ddf25a4d93005e
-
This is an example of Dali::Toolkit::CanvasView. This example create a CanvasView control, create a Dali::CanvasRenderer::Shape and add it. Basic Primitves (rect, circle, arc) can draw and various shapes can draw using path command. Change-Id: I6f8c1dd262051d856c24cb51bb7dfacb4763d34b
-
Change-Id: I2deb2c089f8cd81155d53467d31e47fd3051c244
-
Change-Id: I5de624763a2afa752df5667ba9e76d079f901e4f
-
sync with dali-toolkit refs/changes/75/255275/12 Change-Id: I9f364e2300aee0ac320e830f7c0ae5af155c4f34 Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
-
Change-Id: I0eb8bcdf29b85235271f60dec399f9e401ad2fc6
-
sample demo code about refs/changes/80/252080/9 (review.tizen.org/gerrit/#/c/platform/core/uifw/dali-toolkit/+/252080) Change-Id: I7a95dca07fe8ab790605894c8960f945f1df40df Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
-
Change-Id: I319e790724912a6670e86b82dbdb1aba1008aa39
-
Change-Id: Ic4eeca185cbef2657869adeaf0c6aaa695f3862a
-
Change-Id: Ia94aa720ff35c0b038f1f182ee5c316e9e0db7bf
-
Change-Id: Ic46ea6126a96088ca54a29968f9c247ff3a310c8
-
Change-Id: If1be96f768655a0fda7651d6b043fe2fa7d252c0
-
Change-Id: Ib4333d4438e3dfb830864bcc759e571514dfedde
-
It's in dali-test now Change-Id: Ie1758f9e694d8b79350059f222b8076913b2e64a
-
Change-Id: Iba36a06ff7f1291443f81b8ec2a7c238f26b6a58
-
Change-Id: I150ea98a31135243a824556dcfb934f295bf219e
-
Change-Id: I4df9d18483576756a12aacd7f7036bb79dbd8285
-
Change-Id: Ie02b94411cad6d1a0b9ca4fcd85e7a5397f49b16
-
Change-Id: I89ad98704eacedd18a0b50fd9d6511fc8e436416
-
Change-Id: I9aea1e4335b4a70608d7d767b7202c471b92d139
-
Change-Id: Iaad736c5a2924518bff95f3a12d4a8eae2949289
-
- Need to use the defines instead and need to change the shader accordingly Change-Id: I6cce0c4b88e287d250c3d9369ad1deada45fafd5
-
Change-Id: I60f22d57b1369524f3c2d061269ede3514ed3805
-
Change-Id: Ifb7e42e3b21a1b7181279b8e3157788d759d4b3e
-
Change-Id: I9331c5bf305e987680861173691c91c7559f3e0e
-
Change-Id: I62b8bf3bd1466d7e3108a0878213a3770d540bd8
-
Change-Id: Ieee1546e6f20ad0f5fc29c239d7571e463bdcf6f
-
Change-Id: I14401001f89014833093bd1dfbd14fdf78480ce6
-
Change-Id: I088de7043ab1c8f1be49f90d44386014887d24b7
-
Change-Id: Iaa0488361b4f340160d4484c61c2986e2edb3fff
-
Change-Id: Id26bbd3035ad1c0d39a4194fd25e568469df2d8d
-
Change-Id: I66647e1c7214a7987a7f2ec9eb99f3dc9429c468
-
Change-Id: Icf83a291c03bef8253d896be8a55454357554a83
-
Demonstrates colour transition using flow maps and uv rotation / scaling. Flow maps are greyscale images where the value of the pixels signifies the progress of the animation, which is added to an animated value which we use to lerp between old and new colour. The colour of the content is used to scale the source / target colour, i.e. white is affected most, dark is affected less. Controls: - Double-tap middle (33%) of screen: transition using random flow map; - Double-tap outside the middle of screen: transition using one of the effects (flow maps) mapped to the given segment of the screen; Change-Id: I8767d7632f30e489f9546c0f862bcdd05bb0305a Signed-off-by: György Straub <g.straub@partner.samsung.com>