/* * Copyright 2023 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkSweepGradientShader_DEFINED #define SkSweepGradientShader_DEFINED #include "include/core/SkFlattenable.h" #include "include/core/SkPoint.h" #include "include/core/SkScalar.h" #include "src/shaders/gradients/SkGradientBaseShader.h" class SkArenaAlloc; class SkMatrix; class SkRasterPipeline; class SkReadBuffer; class SkWriteBuffer; class SkSweepGradient final : public SkGradientBaseShader { … }; #endif