/* * Copyright 2006 The Android Open Source Project * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkBlurMask_DEFINED #define SkBlurMask_DEFINED #include "include/core/SkScalar.h" #include "include/core/SkTypes.h" #include "src/core/SkMask.h" #include <cstdint> class SkRRect; enum SkBlurStyle : int; struct SkIPoint; struct SkRect; class SkBlurMask { … }; #endif