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 #include "CurveIntersection.h" 8 #include "CurveUtilities.h" 9 #include "Intersections.h" 10 #include "LineIntersection.h" 11 #include "LineParameters.h" 12 #include "SkPath.h" 13 #include "SkRect.h" 14 #include "SkTArray.h" 15 #include "SkTDArray.h" 16 #include "ShapeOps.h" 17 #include "TSearch.h" 18