blob: b48493bf54aef6330168f7287a2e241be69ff49a [file] [log] [blame]
caryclark@google.com07393ca2013-04-08 11:47:37 +00001/*
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
Mike Kleinc0bd9f92019-04-23 12:05:21 -050010#include "src/pathops/SkIntersectionHelper.h"
11#include "src/pathops/SkIntersections.h"
caryclark@google.com07393ca2013-04-08 11:47:37 +000012
caryclark54359292015-03-26 07:52:43 -070013class SkOpCoincidence;
14
caryclark55888e42016-07-18 10:01:36 -070015bool AddIntersectTs(SkOpContour* test, SkOpContour* next, SkOpCoincidence* coincidence);
caryclark@google.com07393ca2013-04-08 11:47:37 +000016
17#endif