Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
ShadowRRectOp.h
Go to the documentation of this file.
1/*
2 * Copyright 2016 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8#ifndef ShadowRRectOp_DEFINED
9#define ShadowRRectOp_DEFINED
10
11#include <memory>
14
16
17class SkMatrix;
18class SkRRect;
19
21
23 GrColor,
24 const SkMatrix& viewMatrix,
25 const SkRRect&,
26 SkScalar blurWidth,
27 SkScalar insetWidth);
28
29} // namespace skgpu::ganesh::ShadowRRectOp
30
31#endif // ShadowRRectOp_DEFINED
uint32_t GrColor
Definition GrColor.h:25
std::unique_ptr< GrOp > Owner
Definition GrOp.h:72
float SkScalar
Definition extension.cpp:12
GrOp::Owner Make(GrRecordingContext *context, GrColor color, const SkMatrix &viewMatrix, const SkRRect &rrect, SkScalar blurWidth, SkScalar insetWidth)