efl/src/lib/evas/canvas
Youngbok Shin cdb86e34bb Evas: Fixed textblock rendering to properly set render operation on context.
Render operation are not well tested. It appears that it was never properly setted
on a textblock, this would lead to see it rendered with the render operation of another
object.

Test Plan:
Add some rectangle object with textblock object.
The textblock style should be set to "backing=on backing_color=#ffffffff".
Set render operation to some rectangle with "evas_object_render_op_set(rect, EVAS_RENDER_COPY)".
Check the textblock.

Reviewers: woohyun, cedric, raster

Reviewed By: cedric

CC: cedric

Differential Revision: https://phab.enlightenment.org/D277

Signed-off-by: Cedric Bail <cedric.bail@samsung.com>
2013-11-01 11:12:01 +09:00
..
common_interfaces.c Revert "eo: libs,test,benchmarks Eo_Class -> Eo" 2013-09-27 16:40:32 +01:00
evas_async_events.c evas: Use Eina_Spinlock for Evas_Scalecache, Evas_Async_Events and Image_Entry. 2013-10-11 11:08:17 +09:00
evas_callbacks.c Revert "eo: try to fix callback array to work on other system." 2013-07-16 15:18:16 +09:00
evas_clip.c fix if obj->layer is null during shutdown 2013-09-25 13:05:41 +09:00
evas_common_interface.c evas: Keep sane name for public header 2013-06-20 12:53:29 +02:00
evas_data.c evas: Keep sane name for public header 2013-06-20 12:53:29 +02:00
evas_device.c evas: Keep sane name for public header 2013-06-20 12:53:29 +02:00
evas_events.c Evas: Add API to access private function 2013-10-21 19:03:24 +03:00
evas_focus.c evas: simplify logic and API signature, thanks k-s. 2013-09-03 11:08:12 +09:00
evas_font_dir.c Evas font: Fixed evas_font_path_* functions to apply to fontconfig. 2013-09-25 15:07:39 +01:00
evas_gl.c evas: Keep sane name for public header 2013-06-20 12:53:29 +02:00
evas_key.c evas: Keep sane name for public header 2013-06-20 12:53:29 +02:00
evas_key_grab.c eina - and e3fl in general - stop using eina_error_get/set - useless really 2013-10-11 16:50:40 +09:00
evas_layer.c evas: cleanup intercept code and improve performance there a little. 2013-08-29 10:53:48 +09:00
evas_main.c evas/cserve2: Modify usage of EVAS_CSERVE2 env 2013-10-28 15:47:14 +09:00
evas_map.c Fix formatting 2013-09-17 07:41:07 +01:00
evas_name.c evas: Keep sane name for public header 2013-06-20 12:53:29 +02:00
evas_object_box.c Revert "eo: libs,test,benchmarks Eo_Class -> Eo" 2013-09-27 16:40:32 +01:00
evas_object_grid.c Revert "eo: libs,test,benchmarks Eo_Class -> Eo" 2013-09-27 16:40:32 +01:00
evas_object_image.c evas/proxy - decide the proxy updation in the main render process. 2013-10-31 17:04:23 +09:00
evas_object_inform.c evas: Fix potential crash after image preload 2013-10-28 15:47:15 +09:00
evas_object_intercept.c evas: let's allow intercept of other type of operation on the same object during an intercept. 2013-08-29 14:25:23 +09:00
evas_object_line.c Revert "eo: libs,test,benchmarks Eo_Class -> Eo" 2013-09-27 16:40:32 +01:00
evas_object_main.c Revert "eo: libs,test,benchmarks Eo_Class -> Eo" 2013-09-27 16:40:32 +01:00
evas_object_polygon.c Revert "eo: libs,test,benchmarks Eo_Class -> Eo" 2013-09-27 16:40:32 +01:00
evas_object_rectangle.c Revert "eo: libs,test,benchmarks Eo_Class -> Eo" 2013-09-27 16:40:32 +01:00
evas_object_smart.c evas smart callback deletion no longer crashes when called during object deletion 2013-10-16 17:12:50 +01:00
evas_object_smart_clipped.c Revert "eo: libs,test,benchmarks Eo_Class -> Eo" 2013-09-27 16:40:32 +01:00
evas_object_table.c Revert "eo: libs,test,benchmarks Eo_Class -> Eo" 2013-09-27 16:40:32 +01:00
evas_object_text.c evas: fix uninitialized use of font instance when no font is selected. 2013-10-31 11:02:28 +09:00
evas_object_textblock.c Evas: Fixed textblock rendering to properly set render operation on context. 2013-11-01 11:12:01 +09:00
evas_object_textgrid.c Revert "eo: libs,test,benchmarks Eo_Class -> Eo" 2013-09-27 16:40:32 +01:00
evas_out.c Revert "eo: libs,test,benchmarks Eo_Class -> Eo" 2013-09-27 16:40:32 +01:00
evas_rectangle.c evas: Keep sane name for public header 2013-06-20 12:53:29 +02:00
evas_render.c evas/proxy - decide the proxy updation in the main render process. 2013-10-31 17:04:23 +09:00
evas_smart.c evas: Keep sane name for public header 2013-06-20 12:53:29 +02:00
evas_stack.c evas: cleanup intercept code and improve performance there a little. 2013-08-29 10:53:48 +09:00
evas_stats.c evas: Keep sane name for public header 2013-06-20 12:53:29 +02:00
evas_touch_point.c evas: Keep sane name for public header 2013-06-20 12:53:29 +02:00