blob: b48493bf54aef6330168f7287a2e241be69ff49a [file] [log] [blame]
David Ghandehari9e5b5872016-07-28 09:50:04 -07001/*
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 Shi73dfa202020-03-12 11:31:35 -070010#include "src/pathops/SkIntersectionHelper.h"
11#include "src/pathops/SkIntersections.h"
David Ghandehari9e5b5872016-07-28 09:50:04 -070012
Andrew Top200ce4b2018-01-29 13:43:50 -080013class SkOpCoincidence;
14
15bool AddIntersectTs(SkOpContour* test, SkOpContour* next, SkOpCoincidence* coincidence);
David Ghandehari9e5b5872016-07-28 09:50:04 -070016
17#endif