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
core
SkEffectPriv.h
Go to the documentation of this file.
1
/*
2
* Copyright 2019 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 SkEffectPriv_DEFINED
9
#define SkEffectPriv_DEFINED
10
11
#include "
include/core/SkColor.h
"
12
#include "
include/core/SkColorType.h
"
13
14
class
SkArenaAlloc
;
15
class
SkColorSpace
;
16
class
SkRasterPipeline
;
17
class
SkSurfaceProps
;
18
19
// Passed to effects that will add stages to rasterpipeline
20
struct
SkStageRec
{
21
SkRasterPipeline
*
fPipeline
;
22
SkArenaAlloc
*
fAlloc
;
23
SkColorType
fDstColorType
;
24
SkColorSpace
*
fDstCS
;
// may be nullptr
25
SkColor4f
fPaintColor
;
26
const
SkSurfaceProps
&
fSurfaceProps
;
27
};
28
29
#endif
// SkEffectPriv_DEFINED
SkColorType.h
SkColorType
SkColorType
Definition:
SkColorType.h:19
SkColor.h
SkArenaAlloc
Definition:
SkArenaAlloc.h:105
SkColorSpace
Definition:
SkColorSpace.h:107
SkRasterPipeline
Definition:
SkRasterPipeline.h:68
SkSurfaceProps
Definition:
SkSurfaceProps.h:53
SkColor4f
SkStageRec
Definition:
SkEffectPriv.h:20
SkStageRec::fSurfaceProps
const SkSurfaceProps & fSurfaceProps
Definition:
SkEffectPriv.h:26
SkStageRec::fPaintColor
SkColor4f fPaintColor
Definition:
SkEffectPriv.h:25
SkStageRec::fPipeline
SkRasterPipeline * fPipeline
Definition:
SkEffectPriv.h:21
SkStageRec::fDstCS
SkColorSpace * fDstCS
Definition:
SkEffectPriv.h:24
SkStageRec::fAlloc
SkArenaAlloc * fAlloc
Definition:
SkEffectPriv.h:22
SkStageRec::fDstColorType
SkColorType fDstColorType
Definition:
SkEffectPriv.h:23
Generated on Sun Jun 23 2024 21:56:12 for Flutter Engine by
1.9.4