#include <engine_modifier.h>
Definition at line 22 of file engine_modifier.h.
◆ EngineModifier()
◆ embedder_api()
◆ InitializeKeyboard()
void flutter::EngineModifier::InitializeKeyboard |
( |
| ) |
|
|
inline |
◆ ReleaseEGLManager()
void flutter::EngineModifier::ReleaseEGLManager |
( |
| ) |
|
|
inline |
◆ Restart()
void flutter::EngineModifier::Restart |
( |
| ) |
|
|
inline |
◆ SetEGLManager()
void flutter::EngineModifier::SetEGLManager |
( |
std::unique_ptr< egl::Manager > |
egl_manager | ) |
|
|
inline |
Definition at line 36 of file engine_modifier.h.
36 {
37 engine_->egl_manager_ = std::move(egl_manager);
38 }
◆ SetFrameInterval()
void flutter::EngineModifier::SetFrameInterval |
( |
uint64_t |
frame_interval_nanos | ) |
|
|
inline |
Override the frame interval to the provided nanosecond interval.
This will prevent the windows engine from delegating to dwm to discover the true frame interval, which can vary across machines.
Definition at line 55 of file engine_modifier.h.
55 {
56 engine_->frame_interval_override_ =
57 std::optional<std::chrono::nanoseconds>(frame_interval_nanos);
58 }
◆ SetImplicitView()
Definition at line 42 of file engine_modifier.h.
42 {
44 }
constexpr FlutterViewId kImplicitViewId
◆ SetLifecycleManager()
Definition at line 77 of file engine_modifier.h.
77 {
78 engine_->lifecycle_manager_ = std::move(handler);
79 }
◆ SetPlatformViewPlugin()
void flutter::EngineModifier::SetPlatformViewPlugin |
( |
std::unique_ptr< PlatformViewPlugin > && |
manager | ) |
|
|
inline |
Definition at line 81 of file engine_modifier.h.
81 {
82 engine_->platform_view_plugin_ = std::move(
manager);
83 }
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font manager
◆ SetStartTime()
void flutter::EngineModifier::SetStartTime |
( |
uint64_t |
start_time_nanos | ) |
|
|
inline |
Reset the start_time field that is used to align vsync events.
Definition at line 47 of file engine_modifier.h.
47 {
48 engine_->start_time_ = std::chrono::nanoseconds(start_time_nanos);
49 }
The documentation for this class was generated from the following file: