/* * Copyright 2015 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkPathBuilder_DEFINED #define SkPathBuilder_DEFINED #include "include/core/SkPath.h" #include "include/core/SkPathTypes.h" #include "include/core/SkPoint.h" #include "include/core/SkRect.h" #include "include/core/SkRefCnt.h" #include "include/core/SkScalar.h" #include "include/core/SkTypes.h" #include "include/private/SkPathRef.h" #include "include/private/base/SkTo.h" #include <initializer_list> class SkRRect; class SK_API SkPathBuilder { … }; #endif