/* * Copyright 2016 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef GrFixedClip_DEFINED #define GrFixedClip_DEFINED #include "include/core/SkRect.h" #include "include/private/base/SkAssert.h" #include "src/gpu/ganesh/GrClip.h" #include "src/gpu/ganesh/GrScissorState.h" #include "src/gpu/ganesh/GrWindowRectsState.h" class GrAppliedHardClip; class GrWindowRectangles; enum class GrAA : bool; struct SkISize; /** * Implements GrHardClip with scissor and window rectangles. */ class GrFixedClip final : public GrHardClip { … }; #endif