/* * Copyright 2012 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkOpEdgeBuilder_DEFINED #define SkOpEdgeBuilder_DEFINED #include "include/core/SkPoint.h" #include "include/core/SkScalar.h" #include "include/private/base/SkTDArray.h" #include "src/pathops/SkOpContour.h" #include "src/pathops/SkPathOpsTypes.h" #include "src/pathops/SkPathWriter.h" #include <cstdint> class SkPath; class SkOpEdgeBuilder { … }; #endif