blob: 3727e05198b1ab778773e5713bdb88adece2d819 [file] [log] [blame]
/*
* 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 GrShadowRRectBatch_DEFINED
#define GrShadowRRectBatch_DEFINED
#include "GrColor.h"
class GrDrawOp;
class GrShaderCaps;
class SkMatrix;
class SkRRect;
class SkStrokeRec;
GrDrawOp* CreateShadowRRectBatch(GrColor,
const SkMatrix& viewMatrix,
const SkRRect& rrect,
const SkScalar blurRadius,
const SkStrokeRec& stroke,
const GrShaderCaps* shaderCaps);
#endif