5#ifndef FLUTTER_LIB_UI_PAINTING_IMAGE_FILTER_H_
6#define FLUTTER_LIB_UI_PAINTING_IMAGE_FILTER_H_
22 DEFINE_WRAPPERTYPEINFO();
27 static void Create(Dart_Handle wrapper);
32 void initBlur(
double sigma_x,
double sigma_y,
int tile_mode_index);
33 void initDilate(
double radius_x,
double radius_y);
34 void initErode(
double radius_x,
double radius_y);
35 void initMatrix(
const tonic::Float64List& matrix4,
int filter_quality_index);
48 std::shared_ptr<DlImageFilter> filter_;
49 bool is_dynamic_tile_mode_ =
false;
void initMatrix(const tonic::Float64List &matrix4, int filter_quality_index)
void initComposeFilter(ImageFilter *outer, ImageFilter *inner)
void initColorFilter(ColorFilter *colorFilter)
void initErode(double radius_x, double radius_y)
void initBlur(double sigma_x, double sigma_y, int tile_mode_index)
static void Create(Dart_Handle wrapper)
void initShader(ReusableFragmentShader *shader)
void initDilate(double radius_x, double radius_y)
static bool equals(ImageFilter *a, ImageFilter *b)
static void RegisterNatives(tonic::DartLibraryNatives *natives)
static DlImageSampling SamplingFromIndex(int filterQualityIndex)
static DlFilterMode FilterModeFromIndex(int index)
const std::shared_ptr< DlImageFilter > filter(DlTileMode mode) const
it will be possible to load the file into Perfetto s trace viewer use test Running tests that layout and measure text will not yield consistent results across various platforms Enabling this option will make font resolution default to the Ahem test font on all disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive mode
#define FML_FRIEND_MAKE_REF_COUNTED(T)