#include <unordered_map>
#include "display_list/dl_canvas.h"
#include "flow/embedded_views.h"
Go to the source code of this file.
|
| std::unordered_map< int64_t, DlRect > | flutter::SliceViews (DlCanvas *background_canvas, const std::vector< int64_t > &composition_order, const std::unordered_map< int64_t, std::unique_ptr< EmbedderViewSlice > > &slices, const std::unordered_map< int64_t, DlRect > &view_rects) |
| | Compute the required overlay layers and clip the view slices according to the size and position of the platform views.
|
| |