Flutter Impeller
dl_dispatcher.cc File Reference

Go to the source code of this file.

Namespaces

 impeller
 

Macros

#define UNIMPLEMENTED   FML_DLOG(ERROR) << "Unimplemented detail in " << __FUNCTION__;
 

Functions

static BlendMode impeller::ToBlendMode (flutter::DlBlendMode mode)
 
static Entity::TileMode impeller::ToTileMode (flutter::DlTileMode tile_mode)
 
static impeller::SamplerDescriptor impeller::ToSamplerDescriptor (const flutter::DlImageSampling options)
 
static impeller::SamplerDescriptor impeller::ToSamplerDescriptor (const flutter::DlFilterMode options)
 
static Matrix impeller::ToMatrix (const SkMatrix &m)
 
static Paint::Style impeller::ToStyle (flutter::DlDrawStyle style)
 
static std::vector< Color > impeller::ToColors (const flutter::DlColor colors[], int count)
 
static std::optional< ColorSource::Type > impeller::ToColorSourceType (flutter::DlColorSourceType type)
 
static std::shared_ptr< ColorFilter > impeller::ToColorFilter (const flutter::DlColorFilter *filter)
 
static FilterContents::BlurStyle impeller::ToBlurStyle (flutter::DlBlurStyle blur_style)
 
static std::shared_ptr< ImageFilter > impeller::ToImageFilter (const flutter::DlImageFilter *filter)
 
static Entity::ClipOperation impeller::ToClipOperation (flutter::DlCanvas::ClipOp clip_op)
 

Macro Definition Documentation

◆ UNIMPLEMENTED

#define UNIMPLEMENTED   FML_DLOG(ERROR) << "Unimplemented detail in " << __FUNCTION__;

Definition at line 44 of file dl_dispatcher.cc.