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
shell
platform
fuchsia
flutter
flutter_runner_product_configuration.h
Go to the documentation of this file.
1
// Copyright 2013 The Flutter Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FLUTTER_RUNNER_PRODUCT_CONFIGURATION_H_
6
#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FLUTTER_RUNNER_PRODUCT_CONFIGURATION_H_
7
8
#include <string>
9
10
namespace
flutter_runner
{
11
12
class
FlutterRunnerProductConfiguration
{
13
public
:
14
FlutterRunnerProductConfiguration
() {}
15
explicit
FlutterRunnerProductConfiguration
(std::string json_string);
16
17
bool
get_intercept_all_input
() {
return
intercept_all_input_; }
18
bool
software_rendering
() {
return
software_rendering_; }
19
bool
enable_shader_warmup
() {
return
enable_shader_warmup_; }
20
bool
enable_shader_warmup_dart_hooks
() {
21
return
enable_shader_warmup_dart_hooks_;
22
}
23
24
private
:
25
bool
intercept_all_input_ =
false
;
26
bool
software_rendering_ =
false
;
27
bool
enable_shader_warmup_ =
false
;
28
bool
enable_shader_warmup_dart_hooks_ =
true
;
29
};
30
31
}
// namespace flutter_runner
32
#endif
// FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FLUTTER_RUNNER_PRODUCT_CONFIGURATION_H_
flutter_runner::FlutterRunnerProductConfiguration
Definition:
flutter_runner_product_configuration.h:12
flutter_runner::FlutterRunnerProductConfiguration::FlutterRunnerProductConfiguration
FlutterRunnerProductConfiguration()
Definition:
flutter_runner_product_configuration.h:14
flutter_runner::FlutterRunnerProductConfiguration::enable_shader_warmup_dart_hooks
bool enable_shader_warmup_dart_hooks()
Definition:
flutter_runner_product_configuration.h:20
flutter_runner::FlutterRunnerProductConfiguration::software_rendering
bool software_rendering()
Definition:
flutter_runner_product_configuration.h:18
flutter_runner::FlutterRunnerProductConfiguration::enable_shader_warmup
bool enable_shader_warmup()
Definition:
flutter_runner_product_configuration.h:19
flutter_runner::FlutterRunnerProductConfiguration::get_intercept_all_input
bool get_intercept_all_input()
Definition:
flutter_runner_product_configuration.h:17
flutter_runner
Definition:
accessibility_bridge.cc:20
Generated on Sun Jun 23 2024 21:55:15 for Flutter Engine by
1.9.4