Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
embedded_views.h File Reference
#include <memory>
#include <utility>
#include <vector>
#include "flutter/display_list/dl_builder.h"
#include "flutter/display_list/skia/dl_sk_canvas.h"
#include "flutter/flow/surface_frame.h"
#include "flutter/fml/memory/ref_counted.h"
#include "flutter/fml/raster_thread_merger.h"
#include "third_party/skia/include/core/SkMatrix.h"
#include "third_party/skia/include/core/SkPath.h"
#include "third_party/skia/include/core/SkRRect.h"
#include "third_party/skia/include/core/SkRect.h"
#include "third_party/skia/include/core/SkSize.h"

Go to the source code of this file.

Classes

class  flutter::ImageFilterMutation
 
class  flutter::Mutator
 
class  flutter::MutatorsStack
 
class  flutter::EmbeddedViewParams
 
class  flutter::EmbedderViewSlice
 
class  flutter::DisplayListEmbedderViewSlice
 
class  flutter::ExternalViewEmbedder
 

Namespaces

namespace  impeller
 
namespace  flutter
 

Enumerations

enum  flutter::MutatorType {
  flutter::kClipRect , flutter::kClipRRect , flutter::kClipPath , flutter::kTransform ,
  flutter::kOpacity , flutter::kBackdropFilter
}
 
enum class  flutter::PostPrerollResult { flutter::kSuccess , flutter::kResubmitFrame , flutter::kSkipAndRetryFrame }