/* * Copyright 2017 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkShadowUtils_DEFINED #define SkShadowUtils_DEFINED #include "include/core/SkColor.h" #include "include/core/SkScalar.h" #include "include/core/SkTypes.h" #include <cstdint> class SkCanvas; class SkMatrix; class SkPath; struct SkPoint3; struct SkRect; enum SkShadowFlags { … }; class SK_API SkShadowUtils { … }; #endif