#include <embedded_views.h>
Definition at line 51 of file embedded_views.h.
◆ ImageFilterMutation()
flutter::ImageFilterMutation::ImageFilterMutation |
( |
std::shared_ptr< const DlImageFilter > |
filter, |
|
|
const SkRect & |
filter_rect |
|
) |
| |
|
inline |
Definition at line 53 of file embedded_views.h.
55 : filter_(std::move(filter)), filter_rect_(filter_rect) {}
◆ GetFilter()
const DlImageFilter & flutter::ImageFilterMutation::GetFilter |
( |
| ) |
const |
|
inline |
◆ GetFilterRect()
const SkRect & flutter::ImageFilterMutation::GetFilterRect |
( |
| ) |
const |
|
inline |
◆ operator!=()
Definition at line 64 of file embedded_views.h.
64 {
66 }
bool operator==(const ImageFilterMutation &other) const
◆ operator==()
Definition at line 60 of file embedded_views.h.
60 {
61 return *filter_ == *other.filter_ && filter_rect_ == other.filter_rect_;
62 }
The documentation for this class was generated from the following file: