efl/src/lib/ector/cairo
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
..
Ector_Cairo.h ector: fix EAPI on Windows 2017-08-15 14:13:25 -07:00
ector_cairo_private.h Ector generic: Remove .Generic and .Base (hack no longer needed). 2016-05-11 12:57:55 +01:00
ector_cairo_software_surface.c evas filters: Refactor ector and gfx filters A LOT 2017-04-14 11:26:43 +09:00
ector_cairo_software_surface.eo Change the EFL to follow the new Eo rename. 2016-08-11 17:04:43 +01:00
ector_cairo_surface.c Rename efl_self to efl_added 2016-09-05 16:59:56 +01:00
ector_cairo_surface.eo efl: move some eo files to new property impl syntax 2016-12-27 16:06:19 +01:00
ector_renderer_cairo.c ector: cleanup grammar in comments 2017-08-29 16:24:23 -07:00
ector_renderer_cairo.eo eolian: change eo file syntax @virtual_pure -> @pure_virtual 2017-01-13 15:44:09 +01:00
ector_renderer_cairo_gradient_linear.c efl: Introduce Eina.Rect and switch EO APIs to it 2017-09-18 13:22:52 +09:00
ector_renderer_cairo_gradient_linear.eo ector: use new property impl syntax 2016-12-27 16:12:25 +01:00
ector_renderer_cairo_gradient_radial.c efl: Introduce Eina.Rect and switch EO APIs to it 2017-09-18 13:22:52 +09:00
ector_renderer_cairo_gradient_radial.eo ector: use new property impl syntax 2016-12-27 16:12:25 +01:00
ector_renderer_cairo_shape.c efl: Introduce Eina.Rect and switch EO APIs to it 2017-09-18 13:22:52 +09:00
ector_renderer_cairo_shape.eo ector: use new property impl syntax 2016-12-27 16:12:25 +01:00