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
List of all members
ArithmodeGM Class Reference
Inheritance diagram for ArithmodeGM:
Additional Inherited Members
Public Types inherited from
skiagm::GM
enum
Mode
{
kGM_Mode
,
kSample_Mode
,
kBench_Mode
}
using
DrawResult
=
skiagm::DrawResult
using
GraphiteTestContext
=
skiatest::graphite::GraphiteTestContext
Public Member Functions inherited from
skiagm::GM
GM
(
SkColor
backgroundColor=
SK_ColorWHITE
)
virtual
~GM
()
void
setMode
(
Mode
mode)
Mode
getMode
() const
DrawResult
gpuSetup
(
SkCanvas
*,
SkString
*errorMsg,
GraphiteTestContext
*=nullptr)
void
gpuTeardown
()
void
onceBeforeDraw
()
DrawResult
draw
(
SkCanvas
*canvas)
DrawResult
draw
(
SkCanvas
*,
SkString
*errorMsg)
void
drawBackground
(
SkCanvas
*)
DrawResult
drawContent
(
SkCanvas
*canvas)
DrawResult
drawContent
(
SkCanvas
*,
SkString
*errorMsg)
virtual
SkISize
getISize
()=0
virtual
SkString
getName
() const =0
virtual bool
runAsBench
() const
SkScalar
width
()
SkScalar
height
()
SkColor
getBGColor
() const
void
setBGColor
(
SkColor
)
void
drawSizeBounds
(
SkCanvas
*,
SkColor
)
bool
animate
(double)
virtual bool
onChar
(
SkUnichar
)
bool
getControls
(
SkMetaData
*controls)
void
setControls
(const
SkMetaData
&controls)
virtual void
modifyGrContextOptions
(
GrContextOptions
*)
virtual void
modifyGraphiteContextOptions
(
skgpu::graphite::ContextOptions
*) const
virtual bool
isBazelOnly
() const
virtual std::map< std::string, std::string >
getGoldKeys
() const
Static Public Attributes inherited from
skiagm::GM
static constexpr char
kErrorMsg_DrawSkippedGpuOnly
[]
Protected Member Functions inherited from
skiagm::GM
virtual
DrawResult
onGpuSetup
(
SkCanvas
*,
SkString
*,
GraphiteTestContext
*)
virtual void
onGpuTeardown
()
virtual void
onOnceBeforeDraw
()
virtual
DrawResult
onDraw
(
SkCanvas
*,
SkString
*errorMsg)
virtual void
onDraw
(
SkCanvas
*)
virtual bool
onAnimate
(double)
virtual bool
onGetControls
(
SkMetaData
*)
virtual void
onSetControls
(const
SkMetaData
&)
GraphiteTestContext
*
graphiteTestContext
() const
Detailed Description
Definition at line
81
of file
arithmode.cpp
.
The documentation for this class was generated from the following file:
third_party/skia/gm/
arithmode.cpp
Generated on Sun Jun 23 2024 21:57:51 for Flutter Engine by
1.9.4