Flutter Engine
The Flutter Engine
|
#include <functional>
#include <map>
#include <optional>
#include <vector>
#include "display_list/utils/dl_matrix_clip_tracker.h"
#include "flutter/flow/paint_region.h"
#include "flutter/fml/macros.h"
#include "third_party/skia/include/core/SkM44.h"
#include "third_party/skia/include/core/SkMatrix.h"
#include "third_party/skia/include/core/SkRect.h"
Go to the source code of this file.
Classes | |
struct | flutter::Damage |
class | flutter::DiffContext |
class | flutter::DiffContext::AutoSubtreeRestore |
class | flutter::DiffContext::Statistics |
Namespaces | |
namespace | flutter |
Typedefs | |
using | flutter::PaintRegionMap = std::map< uint64_t, PaintRegion > |