8#include <lib/fdio/watcher.h>
9#include <lib/zx/time.h>
17 std::shared_ptr<flutter::ExternalViewEmbedder> view_embedder,
18 GrDirectContext* gr_context)
19 : debug_label_(
std::move(debug_label)),
20 view_embedder_(view_embedder),
21 gr_context_(gr_context) {}
26bool Surface::IsValid() {
31std::unique_ptr<flutter::SurfaceFrame> Surface::AcquireFrame(
35 return std::make_unique<flutter::SurfaceFrame>(
36 nullptr, std::move(framebuffer_info),
43GrDirectContext* Surface::GetContext() {
Developer-facing API for rendering anything within the engine.
impeller::Matrix DlMatrix
it will be possible to load the file into Perfetto s trace viewer use test Running tests that layout and measure text will not yield consistent results across various platforms Enabling this option will make font resolution default to the Ahem test font on all disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive keep the shell running after the Dart script has completed enable serial On low power devices with low core running concurrent GC tasks on threads can cause them to contend with the UI thread which could potentially lead to jank This option turns off all concurrent GC activities domain network JSON encoded network policy per domain This overrides the DisallowInsecureConnections switch Embedder can specify whether to allow or disallow insecure connections at a domain level old gen heap size
A 4x4 matrix using column-major storage.