Flutter Engine
The Flutter Engine
|
#include <layer.h>
Public Member Functions | |
NOT_SLIMPELLER (const RasterCache *raster_cache) | |
Public Attributes | |
LayerStateStack & | state_stack |
DlCanvas * | canvas |
bool | rendering_above_platform_view = false |
GrDirectContext * | gr_context |
sk_sp< SkColorSpace > | dst_color_space |
ExternalViewEmbedder * | view_embedder |
const Stopwatch & | raster_time |
const Stopwatch & | ui_time |
std::shared_ptr< TextureRegistry > | texture_registry |
LayerSnapshotStore * | layer_snapshot_store = nullptr |
bool | enable_leaf_layer_tracing = false |
bool | impeller_enabled = false |
impeller::AiksContext * | aiks_context |
flutter::PaintContext::NOT_SLIMPELLER | ( | const RasterCache * | raster_cache | ) |
impeller::AiksContext* flutter::PaintContext::aiks_context |
sk_sp<SkColorSpace> flutter::PaintContext::dst_color_space |
bool flutter::PaintContext::enable_leaf_layer_tracing = false |
GrDirectContext* flutter::PaintContext::gr_context |
LayerSnapshotStore* flutter::PaintContext::layer_snapshot_store = nullptr |
bool flutter::PaintContext::rendering_above_platform_view = false |
LayerStateStack& flutter::PaintContext::state_stack |
std::shared_ptr<TextureRegistry> flutter::PaintContext::texture_registry |
ExternalViewEmbedder* flutter::PaintContext::view_embedder |