efl/src/static_libs
junsu choi 779bd0539e vg_common_json: Override value_provider list
Summary:
If value_provider is applied to Efl.Ui.Animation_View, it is passed as vector object.
The passed value_provider list passes to Vg_File_Data.
If there is a value_Provider list in Vg_File_Data,
it apply the property to Lottie_Animation using lottie_animation_property_override api.

Depends on D9874

Test Plan:
...

Eo *vp = efl_add(EFL_GFX_VG_VALUE_PROVIDER_CLASS, p);
efl_gfx_vg_value_provider_keypath_set(vp, "**");
efl_gfx_vg_value_provider_fill_color_set(vp, 100, 0 ,0 ,255);
efl_ui_animation_view_value_provider_override(anim_view, vp);

vp = efl_add(EFL_GFX_VG_VALUE_PROVIDER_CLASS, p);
efl_gfx_vg_value_provider_keypath_set(vp, "**");
efl_gfx_vg_value_provider_stroke_width_set(vp, 50.0);
efl_gfx_vg_value_provider_stroke_color_set(vp, 0, 255, 0, 100);
efl_ui_animation_view_value_provider_override(anim_view, vp);
...

Reviewers: Hermet, kimcinoo, smohanty

Reviewed By: Hermet

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9897
2019-10-02 14:30:06 +09:00
..
atspi here comes meson 2018-10-02 17:22:50 +02:00
buildsystem here comes meson 2018-10-02 17:22:50 +02:00
draw draw static lib: use sse3 instructions set even on Windows 2019-07-12 12:19:19 +01:00
freetype freetype: Prevent lose of data when fixed point divide calculation. 2019-09-04 12:07:09 +09:00
http-parser here comes meson 2018-10-02 17:22:50 +02:00
libdrm here comes meson 2018-10-02 17:22:50 +02:00
libunibreak libunibreak: add missing __has_attribute definitions for old compilers 2019-05-10 17:56:29 -07:00
lz4 lz4 - update to 1.9.1 for static lib in src tree 2019-08-07 11:31:03 +01:00
rg_etc cmake: remove! 2018-12-20 20:07:26 +01:00
triangulator cmake: remove! 2018-12-20 20:07:26 +01:00
vg_common vg_common_json: Override value_provider list 2019-10-02 14:30:06 +09:00