Flutter Engine
The Flutter Engine
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Properties
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Related Functions
:
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
y
Enumerator
b
c
d
e
f
g
h
k
l
m
n
p
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
third_party
skia
src
gpu
ganesh
ops
DashOp.h
Go to the documentation of this file.
1
/*
2
* Copyright 2014 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 skgpu_ganesh_DashOp_DEFINED
9
#define skgpu_ganesh_DashOp_DEFINED
10
11
#include "
include/gpu/GrTypes.h
"
12
#include "
src/gpu/ganesh/ops/GrOp.h
"
13
14
class
GrPaint
;
15
class
GrRecordingContext
;
16
class
GrStyle
;
17
struct
GrUserStencilSettings
;
18
19
namespace
skgpu::ganesh::DashOp
{
20
21
enum class
AAMode
{
22
kNone,
23
kCoverage
,
24
kCoverageWithMSAA
,
25
};
26
27
GrOp::Owner
MakeDashLineOp
(
GrRecordingContext
*,
28
GrPaint
&&,
29
const
SkMatrix
& viewMatrix,
30
const
SkPoint
pts[2],
31
AAMode
,
32
const
GrStyle
& style,
33
const
GrUserStencilSettings
*);
34
bool
CanDrawDashLine
(
const
SkPoint
pts[2],
const
GrStyle
& style,
const
SkMatrix
& viewMatrix);
35
36
}
// namespace skgpu::ganesh::DashOp
37
38
#endif
// skgpu_ganesh_DashOp_DEFINED
GrOp.h
GrAAType::kCoverage
@ kCoverage
GrTypes.h
GrOp::Owner
std::unique_ptr< GrOp > Owner
Definition:
GrOp.h:72
GrPaint
Definition:
GrPaint.h:40
GrRecordingContext
Definition:
GrRecordingContext.h:42
GrStyle
Definition:
GrStyle.h:24
SkMatrix
Definition:
SkMatrix.h:54
skgpu::ganesh::DashOp
Definition:
DashOp.cpp:44
skgpu::ganesh::DashOp::MakeDashLineOp
GrOp::Owner MakeDashLineOp(GrRecordingContext *context, GrPaint &&paint, const SkMatrix &viewMatrix, const SkPoint pts[2], AAMode aaMode, const GrStyle &style, const GrUserStencilSettings *stencilSettings)
Definition:
DashOp.cpp:1130
skgpu::ganesh::DashOp::CanDrawDashLine
bool CanDrawDashLine(const SkPoint pts[2], const GrStyle &style, const SkMatrix &viewMatrix)
Definition:
DashOp.cpp:1190
skgpu::ganesh::DashOp::AAMode
AAMode
Definition:
DashOp.h:21
skgpu::ganesh::DashOp::AAMode::kCoverageWithMSAA
@ kCoverageWithMSAA
GrUserStencilSettings
Definition:
GrUserStencilSettings.h:112
SkPoint
Definition:
SkPoint_impl.h:163
Generated on Sun Jun 23 2024 21:56:23 for Flutter Engine by
1.9.4