Home
last modified time | relevance | path

Searched refs:Edje_Perspective (Results 1 – 6 of 6) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/edje/
H A DEdje_Legacy.h3051 EAPI Edje_Perspective *edje_perspective_new (Evas *e);
3063 EAPI void edje_perspective_free (Edje_Perspective *ps);
3086 EAPI void edje_perspective_set (Edje_Perspective *ps, Evas_Coord px, …
3110 EAPI void edje_perspective_global_set (Edje_Perspective *ps, Eina_Bool globa…
3120 EAPI Eina_Bool edje_perspective_global_get (const Edje_Perspective *ps);
3134 EAPI const Edje_Perspective *edje_evas_global_perspective_get(const Evas *e);
3154 EAPI void edje_object_perspective_set(Evas_Object *obj, Edje_Perspective *ps);
3165 EAPI const Edje_Perspective *edje_object_perspective_get(const Evas_Object *obj);
H A Dedje_util.c5241 Edje_Perspective *ps = data; in _edje_perspective_obj_del()
5258 EAPI Edje_Perspective *
5261 Edje_Perspective *ps; in edje_perspective_new()
5265 ps = calloc(1, sizeof(Edje_Perspective)); in edje_perspective_new()
5279 edje_perspective_free(Edje_Perspective *ps) in edje_perspective_free()
5286 edje_perspective_set(Edje_Perspective *ps, Evas_Coord px, Evas_Coord py, Evas_Coord z0, Evas_Coord … in edje_perspective_set()
5327 edje_perspective_global_set(Edje_Perspective *ps, Eina_Bool global) in edje_perspective_global_set()
5356 edje_perspective_global_get(const Edje_Perspective *ps) in edje_perspective_global_get()
5362 EAPI const Edje_Perspective *
5374 edje_object_perspective_set(Eo *obj, Edje_Perspective *ps) in edje_object_perspective_set()
[all …]
H A DEdje_Common.h140 typedef struct _Edje_Perspective Edje_Perspective; typedef
H A Dedje_private.h1583 Edje_Perspective *persp;
H A Dedje_calc.c4712 const Edje_Perspective *ps; in _edje_part_recalc()
/dports/devel/efl/efl-1.25.1/src/examples/edje/
H A Dedje-perspective.c45 Edje_Perspective *ps;