efl/src/lib/ector/gl
Jean-Philippe Andre f3eff6eb3e efl: Introduce Eina.Rect and switch EO APIs to it
It's a complex struct but defined in EO as a simple struct. ABI-wise
it's equivalent to Eina_Rectangle. Some macros that use Eina_Rectangle
also work on Eina_Rect out of the box, most of the code dealing with
x,y,w,h will require no modifications either.

But Eina_Rect provides direct access to a size or position 2d component,
as well as the usual x,y,w,h. The field "rect" is provided as a
convenience for code dealing with both Eina_Rectangle and Eina_Rect. We
may or may not require it.

Note: Size2D could use unsigned values but I have spotted a few places
in the code that actually use -1 to indicate invalid size (as opposed to
0x0).

@feature
2017-09-18 13:22:52 +09:00
..
shader cmake: fix make-clean as add_custom_command() deletes output files. 2017-01-27 13:42:29 -02:00
Ector_GL.h ector: fix EAPI on Windows 2017-08-15 14:13:25 -07:00
ector_gl_buffer.c Ector GL: Add skeletton for Evas.Ector.GL.Image.Buffer 2016-01-05 15:43:44 +09:00
ector_gl_buffer.eo evas filters: Refactor ector and gfx filters A LOT 2017-04-14 11:26:43 +09:00
ector_gl_private.h Ector GL: Add skeletton for Evas.Ector.GL.Image.Buffer 2016-01-05 15:43:44 +09:00
ector_gl_shader.c Ector: Fix warning on Windows (use PRIx64 to print uint64_t) 2016-01-20 19:57:22 +09:00
ector_gl_surface.c ector: cleanup grammar in comments 2017-08-29 16:24:23 -07:00
ector_gl_surface.eo efl: Introduce Eina.Rect and switch EO APIs to it 2017-09-18 13:22:52 +09:00
ector_renderer_gl.c Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
ector_renderer_gl.eo eolian: change eo file syntax @virtual_pure -> @pure_virtual 2017-01-13 15:44:09 +01:00
ector_renderer_gl_gradient_linear.c efl: Introduce Eina.Rect and switch EO APIs to it 2017-09-18 13:22:52 +09:00
ector_renderer_gl_gradient_linear.eo ector: use new property impl syntax 2016-12-27 16:12:25 +01:00
ector_renderer_gl_gradient_radial.c efl: Introduce Eina.Rect and switch EO APIs to it 2017-09-18 13:22:52 +09:00
ector_renderer_gl_gradient_radial.eo ector: use new property impl syntax 2016-12-27 16:12:25 +01:00
ector_renderer_gl_shape.c efl: Introduce Eina.Rect and switch EO APIs to it 2017-09-18 13:22:52 +09:00
ector_renderer_gl_shape.eo ector: use new property impl syntax 2016-12-27 16:12:25 +01:00