efl.gfx.map: support for map points as multiples of 4
authorThiep Ha <thiepha@gmail.com>
Thu, 8 Jun 2017 06:32:09 +0000 (15:32 +0900)
committerThiep Ha <thiepha@gmail.com>
Thu, 8 Jun 2017 07:53:45 +0000 (16:53 +0900)
commit829b9aacde72650b303502d2e2ffa632a226c5f1
tree92ce5f15b147e82ca3350e6e6c548c19cdd3f206
parent4f77bb2f5af465eff7ebe0d7fa98347a2a624d2b
efl.gfx.map: support for map points as multiples of 4

This patch adds support for map with more than 4 points.
However, we only support points with multiples of 4.
This also adds efl_gfx_map_point_count_set/get APIs to
set number of points.

@feature
src/Makefile_Elementary.am
src/bin/elementary/test.c
src/bin/elementary/test_efl_gfx_map.c [new file with mode: 0644]
src/lib/evas/canvas/efl_gfx_map.c
src/lib/evas/canvas/efl_gfx_map.eo