#include <layer_tree.h>
Public Member Functions | |
| LayerTreeTask (int64_t view_id, std::unique_ptr< LayerTree > layer_tree, float device_pixel_ratio) | |
Public Attributes | |
| int64_t | view_id |
| The target view to draw to. | |
| std::unique_ptr< LayerTree > | layer_tree |
| The target layer tree to be drawn. | |
| float | device_pixel_ratio |
| The pixel ratio of the target view. | |
Definition at line 71 of file layer_tree.h.
|
inline |
Definition at line 73 of file layer_tree.h.
| float flutter::LayerTreeTask::device_pixel_ratio |
The pixel ratio of the target view.
Definition at line 85 of file layer_tree.h.
| std::unique_ptr<LayerTree> flutter::LayerTreeTask::layer_tree |
The target layer tree to be drawn.
Definition at line 83 of file layer_tree.h.
| int64_t flutter::LayerTreeTask::view_id |
The target view to draw to.
Definition at line 81 of file layer_tree.h.