blob: c95fd7037bbb25c2a64b6252e4bf288ffcd0196c [file] [log] [blame]
/*
* Copyright 2015 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef GrBWFillRectBatch_DEFINED
#define GrBWFillRectBatch_DEFINED
#include "GrColor.h"
class GrDrawBatch;
class SkMatrix;
struct SkRect;
namespace GrBWFillRectBatch {
GrDrawBatch* Create(GrColor color,
const SkMatrix& viewMatrix,
const SkRect& rect,
const SkRect* localRect,
const SkMatrix* localMatrix);
};
#endif