ivi-shell: add IVI layout APIs

Graphics / Wayland / Weston - Nobuhiko Tanibata [xddp.denso.co.jp] - 4 December 2014 09:13 UTC

- ivi-layout.so- introduces ivi-layout-export.h, ivi-layout.[ch]

API set of controlling properties of surface and layer which groups surfaces. An unique ID whose type is integer is required to create surface and layer. With the unique ID, surface and layer are identified to control them. The API set consists of APIs to control properties of surface and layers about followings,

- visibility.
- opacity.
- clipping (x,y,width,height).
- position and size of it to be displayed.
- orientation per 90 degree.
- add or remove surfaces to a layer.
- order of surfaces/layers in layer/screen to be displayed.
- commit to apply property changes.
- notifications of property change.

6f9df65 ivi-shell: add IVI layout APIs
Makefile.am | 18 +
configure.ac | 9 +
ivi-shell/ivi-layout-export.h | 683 +++++++++
ivi-shell/ivi-layout-private.h | 319 +++++
ivi-shell/ivi-layout-transition.c | 1111 +++++++++++++++
ivi-shell/ivi-layout.c | 2780 +++++++++++++++++++++++++++++++++++++
6 files changed, 4920 insertions(+)

Upstream: cgit.freedesktop.org


  • Share