diff options
author | JunsuChoi <jsuya.choi@samsung.com> | 2019-07-22 13:29:02 +0900 |
---|---|---|
committer | Hermet Park <hermetpark@gmail.com> | 2019-07-22 13:29:02 +0900 |
commit | 1ce14bc85d87ece9b2e50204f1834ec5a2d0f4a1 (patch) | |
tree | c4c076ca1484056fae2f8a3e0db0890885ad4ca7 /src/lib/ector/software/Ector_Software.h | |
parent | de5eea226a705b908154e5b518c659d3917631c3 (diff) |
Ector.Renderer : Implement Ector.Renderer.(Software).Image class
Summary:
Implement a class and drawer that outputs image data from the Ector.
Image data is output with a vector object and supports transform.
Test Plan: N/A
Reviewers: Hermet, smohanty, kimcinoo
Reviewed By: Hermet
Subscribers: cedric, #reviewers, #committers
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D9218
Diffstat (limited to 'src/lib/ector/software/Ector_Software.h')
-rw-r--r-- | src/lib/ector/software/Ector_Software.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ector/software/Ector_Software.h b/src/lib/ector/software/Ector_Software.h index 2f9192ff30..85529e6f21 100644 --- a/src/lib/ector/software/Ector_Software.h +++ b/src/lib/ector/software/Ector_Software.h | |||
@@ -36,6 +36,7 @@ | |||
36 | #include "software/ector_software_buffer_base.eo.h" | 36 | #include "software/ector_software_buffer_base.eo.h" |
37 | #include "software/ector_renderer_software.eo.h" | 37 | #include "software/ector_renderer_software.eo.h" |
38 | #include "software/ector_renderer_software_shape.eo.h" | 38 | #include "software/ector_renderer_software_shape.eo.h" |
39 | #include "software/ector_renderer_software_image.eo.h" | ||
39 | #include "software/ector_renderer_software_gradient_linear.eo.h" | 40 | #include "software/ector_renderer_software_gradient_linear.eo.h" |
40 | #include "software/ector_renderer_software_gradient_radial.eo.h" | 41 | #include "software/ector_renderer_software_gradient_radial.eo.h" |
41 | 42 | ||