Evas filters: Refactor parser code
authorJean-Philippe Andre <jp.andre@samsung.com>
Mon, 18 May 2015 12:04:29 +0000 (21:04 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 25 Jun 2015 05:36:08 +0000 (14:36 +0900)
commit148a886cc78281028a7877e05d0d0290c44ee111
treebfc8f98b1dc6312610e668d71aad2959b36f2bfc
parentc25467ff5c58b523fdb50ca074588567ab72d799
Evas filters: Refactor parser code

This is to prepare the changeable states (animation, color, scale...)

- Remove use of Eina_Value (simplifies code)
- Use proper Lua type for buffers (with pretty __tostring)
   This adds the buffer methods: width, height, type, name, source
src/lib/evas/filters/evas_filter_parser.c