Romain Guy
8018c8db82
Add path ops API
...
Path ops can be used to combine two paths instances in a single path
object. The following operations can be used:
- Difference
- Reverse difference
- Union
- XOR
- Intersection
To use the API:
Path p1 = createCircle();
Path p2 = createRect();
Path result = new Path();
result.op(p1, p2, Path.Op.DIFFERENCE);
This code will subtract the rectangle from the circle and generate
the resulting path in "result."
Change-Id: Ic25244665b6691a7df0b0002a09da73d937b553b
2013-07-30 10:51:24 -07:00
..
2013-07-30 10:51:24 -07:00
2013-07-01 20:11:42 -07:00
2013-03-26 13:18:52 -07:00
2013-04-17 18:35:26 -07:00
2013-07-19 12:04:48 -07:00
2013-07-08 15:24:09 -07:00
2013-03-28 03:13:09 -07:00
2013-07-24 12:20:52 -07:00
2013-07-23 17:01:54 +00:00
2013-07-24 12:20:52 -07:00
2013-02-15 12:47:40 -08:00
2013-07-16 17:31:15 -07:00
2013-07-12 19:48:32 +00:00
2013-07-24 23:44:45 +00:00
2013-05-29 18:10:06 -07:00
2013-05-06 16:04:53 -07:00
2013-05-01 13:46:58 -07:00
2013-04-25 16:08:31 -07:00
2013-04-25 16:08:31 -07:00
2013-04-25 16:08:31 -07:00
2013-04-25 16:08:31 -07:00
2013-04-25 16:08:31 -07:00
2013-04-30 19:38:14 -07:00
2013-07-15 16:21:35 -07:00
2013-06-26 19:17:15 -07:00
2013-05-07 15:33:26 -07:00
2013-07-24 23:44:45 +00:00
2013-05-22 15:12:16 +01:00
2013-05-07 17:09:46 -07:00
2013-04-16 22:15:21 +00:00
2013-06-17 18:21:41 -07:00
2013-07-24 23:44:45 +00:00
2013-07-24 23:44:45 +00:00
2013-07-15 13:19:27 -07:00
2013-02-07 22:01:19 +00:00
2013-07-08 11:08:02 -07:00
2013-04-19 15:36:37 -07:00
2013-05-02 13:32:09 -07:00
2013-05-02 13:32:09 -07:00
2013-05-23 12:50:13 -07:00
2013-07-01 20:11:42 -07:00
2013-07-01 20:11:42 -07:00
2013-07-23 13:50:10 -07:00
2013-07-01 20:11:42 -07:00
2013-07-01 20:11:42 -07:00
2013-07-01 20:11:42 -07:00
2013-07-01 20:11:42 -07:00
2013-07-01 20:11:42 -07:00
2013-07-01 20:11:42 -07:00
2013-07-01 20:11:42 -07:00
2013-07-15 18:05:59 -07:00
2013-07-26 14:58:00 -07:00
2013-07-26 14:58:00 -07:00
2013-03-06 17:48:20 -08:00
2013-05-02 13:32:09 -07:00
2013-07-01 20:11:42 -07:00
2013-07-25 19:25:10 -07:00
2013-07-25 19:25:10 -07:00
2013-05-07 17:09:46 -07:00
2013-07-24 23:44:45 +00:00
2013-03-01 17:41:53 +00:00
2013-07-25 17:25:02 -07:00
2013-04-25 16:08:31 -07:00