diff options
author | Xiangyin Ma <x1.ma@samsung.com> | 2016-01-12 15:31:50 +0000 |
---|---|---|
committer | Xiangyin Ma <x1.ma@samsung.com> | 2016-01-19 16:37:02 +0000 |
commit | e741d5417c0562be266b4ccf76d152d446451019 (patch) | |
tree | 3b7b8b7a7dea9a9197fa06c409fc4e8243a6b96d /demo | |
parent | fe2116677c43b99d30ffe04b3228afab15e4460e (diff) | |
download | dali-demo-e741d5417c0562be266b4ccf76d152d446451019.tar.gz dali-demo-e741d5417c0562be266b4ccf76d152d446451019.tar.bz2 dali-demo-e741d5417c0562be266b4ccf76d152d446451019.zip |
Example of setting PixelArea in ImageView
Change-Id: I488842dcec638e1d290142b143a11e82945eb3c3
Diffstat (limited to 'demo')
-rw-r--r-- | demo/dali-demo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/dali-demo.cpp b/demo/dali-demo.cpp index 1f1b3db3..73df5473 100644 --- a/demo/dali-demo.cpp +++ b/demo/dali-demo.cpp @@ -69,6 +69,7 @@ int main(int argc, char **argv) demo.AddExample(Example("line-mesh.example", DALI_DEMO_STR_TITLE_LINE_MESH)); demo.AddExample(Example("gradients.example", DALI_DEMO_STR_TITLE_COLOR_GRADIENT)); demo.AddExample(Example("image-view.example", DALI_DEMO_STR_TITLE_IMAGE_VIEW)); + demo.AddExample(Example("image-view-pixel-area.example", DALI_DEMO_STR_TITLE_IMAGE_VIEW_PIXEL_AREA)); demo.AddExample(Example("super-blur-bloom.example", DALI_DEMO_STR_TITLE_SUPER_BLUR_BLOOM)); demo.SortAlphabetically( true ); |