David Ghandehari | 9e5b587 | 2016-07-28 09:50:04 -0700 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2012 Google Inc. |
| 3 | * |
| 4 | * Use of this source code is governed by a BSD-style license that can be |
| 5 | * found in the LICENSE file. |
| 6 | */ |
| 7 | #ifndef SkAddIntersections_DEFINED |
| 8 | #define SkAddIntersections_DEFINED |
| 9 | |
Xiaoming Shi | 73dfa20 | 2020-03-12 11:31:35 -0700 | [diff] [blame] | 10 | #include "src/pathops/SkIntersectionHelper.h" |
| 11 | #include "src/pathops/SkIntersections.h" |
David Ghandehari | 9e5b587 | 2016-07-28 09:50:04 -0700 | [diff] [blame] | 12 | |
Andrew Top | 200ce4b | 2018-01-29 13:43:50 -0800 | [diff] [blame] | 13 | class SkOpCoincidence; |
| 14 | |
| 15 | bool AddIntersectTs(SkOpContour* test, SkOpContour* next, SkOpCoincidence* coincidence); |
David Ghandehari | 9e5b587 | 2016-07-28 09:50:04 -0700 | [diff] [blame] | 16 | |
| 17 | #endif |