Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
FillRRectOp.h
Go to the documentation of this file.
1/*
2 * Copyright 2018 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 FillRRectOp_DEFINED
9#define FillRRectOp_DEFINED
10
13
14class GrCaps;
15class GrPaint;
17class SkMatrix;
18struct SkRect;
19
21
24 GrPaint&&,
25 const SkMatrix& viewMatrix,
26 const SkRRect&,
27 const SkRect& localRect,
28 GrAA);
29
32 GrPaint&&,
33 const SkMatrix& viewMatrix,
34 const SkRRect&,
35 const SkMatrix& localMatrix,
36 GrAA);
37
38} // namespace skgpu::ganesh::FillRRectOp
39
40#endif // FillRRectOp_DEFINED
GrAA
std::unique_ptr< GrOp > Owner
Definition GrOp.h:72
GrOp::Owner Make(GrRecordingContext *ctx, SkArenaAlloc *arena, GrPaint &&paint, const SkMatrix &viewMatrix, const SkRRect &rrect, const SkRect &localRect, GrAA aa)