michael@0: /* michael@0: * Copyright 2012 Google Inc. michael@0: * michael@0: * Use of this source code is governed by a BSD-style license that can be michael@0: * found in the LICENSE file. michael@0: */ michael@0: #ifndef SkAddIntersections_DEFINED michael@0: #define SkAddIntersections_DEFINED michael@0: michael@0: #include "SkIntersectionHelper.h" michael@0: #include "SkIntersections.h" michael@0: #include "SkTArray.h" michael@0: michael@0: bool AddIntersectTs(SkOpContour* test, SkOpContour* next); michael@0: void AddSelfIntersectTs(SkOpContour* test); michael@0: void CoincidenceCheck(SkTArray* contourList, int total); michael@0: michael@0: #endif