Drawing canvas. More...
Modules | |
Top Level Functions | |
Canvas Functions | |
Generic Object Functions | |
Specific Object Functions | |
Smart Functions | |
Smart Object Functions | |
Shared Image Cache Server | |
General Utilities | |
Evas 3D Extensions | |
Evas extension to support 3D rendering. | |
Evas_Object_Vg | |
Typedefs | |
typedef double | Evas_Real |
A type for floating value. | |
enum | Evas_Render_Op { EVAS_RENDER_BLEND = 0, EVAS_RENDER_BLEND_REL = 1, EVAS_RENDER_COPY = 2, EVAS_RENDER_COPY_REL = 3, EVAS_RENDER_ADD = 4, EVAS_RENDER_ADD_REL = 5, EVAS_RENDER_SUB = 6, EVAS_RENDER_SUB_REL = 7, EVAS_RENDER_TINT = 8, EVAS_RENDER_TINT_REL = 9, EVAS_RENDER_MASK = 10, EVAS_RENDER_MUL = 11 } |
How the object should be rendered to output. More... | |
Drawing canvas.
enum Evas_Render_Op |
How the object should be rendered to output.