#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 |
| 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 |
Definition at line 100 of file layer.h.
Referenced by flutter::testing::MockRasterCache::AddMockPicture(), and flutter::Rasterize().
| GrDirectContext* flutter::PaintContext::gr_context |
Definition at line 99 of file layer.h.
Referenced by flutter::Rasterize().
| const Stopwatch& flutter::PaintContext::raster_time |
Definition at line 102 of file layer.h.
Referenced by flutter::Rasterize().
| bool flutter::PaintContext::rendering_above_platform_view = false |
| LayerStateStack& flutter::PaintContext::state_stack |
Definition at line 91 of file layer.h.
Referenced by flutter::LayerTree::Flatten(), flutter::LayerTree::Paint(), flutter::Rasterize(), flutter::testing::TEST_F(), and flutter::testing::TEST_F().
| std::shared_ptr<TextureRegistry> flutter::PaintContext::texture_registry |
Definition at line 104 of file layer.h.
Referenced by flutter::Rasterize().
| const Stopwatch& flutter::PaintContext::ui_time |
Definition at line 103 of file layer.h.
Referenced by flutter::Rasterize().
| ExternalViewEmbedder* flutter::PaintContext::view_embedder |
Definition at line 101 of file layer.h.
Referenced by flutter::Rasterize(), and flutter::testing::TEST_F().