Flutter Engine
 
Loading...
Searching...
No Matches
view_slicer.h File Reference
#include <unordered_map>
#include "display_list/dl_canvas.h"
#include "flow/embedded_views.h"

Go to the source code of this file.

Namespaces

namespace  flutter
 

Functions

std::unordered_map< int64_t, DlRectflutter::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.