Doris Liu 30bcf69df9 VectorDrawable native rendering - Step 1 of MANY
Implement path parsing from string to skia path in native. The parsing
contains two main stages:
1) Parse string into a list of nodes that contains one operation (such
   as move) and a vector of floats as params for that operation.
2) Interpret the operations defined in the nodes into SkPath operations,
   and create a skia path

Also provided unit test for parsing a string path into a list of nodes,
and then to a skia path.

Change-Id: I0ce13df5e3bb90987dcdc80fe8b039af175ad2e2
2015-11-10 15:46:06 -08:00
..
2015-10-15 17:14:45 -07:00
2015-06-03 13:42:21 -07:00
2015-08-19 15:53:01 -07:00
2015-08-18 15:32:57 -04:00
2015-06-04 10:49:08 -07:00
2015-11-05 10:13:23 -08:00
2015-11-05 10:13:23 -08:00
2015-05-13 16:47:19 -07:00