#include <embedded_views.h>
Definition at line 112 of file embedded_views.h.
◆ Mutator() [1/12]
| flutter::Mutator::Mutator |
( |
const Mutator & |
other | ) |
|
|
inline |
◆ Mutator() [2/12]
| flutter::Mutator::Mutator |
( |
const DlRect & |
rect | ) |
|
|
inlineexplicit |
◆ Mutator() [3/12]
◆ Mutator() [4/12]
◆ Mutator() [5/12]
| flutter::Mutator::Mutator |
( |
const DlPath & |
path | ) |
|
|
inlineexplicit |
Definition at line 119 of file embedded_views.h.
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir path
◆ Mutator() [6/12]
| flutter::Mutator::Mutator |
( |
const DlMatrix & |
matrix | ) |
|
|
inlineexplicit |
◆ Mutator() [7/12]
| flutter::Mutator::Mutator |
( |
const uint8_t & |
alpha | ) |
|
|
inlineexplicit |
◆ Mutator() [8/12]
| flutter::Mutator::Mutator |
( |
const std::shared_ptr< DlImageFilter > & |
filter, |
|
|
const DlRect & |
filter_rect |
|
) |
| |
|
inlineexplicit |
Definition at line 122 of file embedded_views.h.
124 : data_(ImageFilterMutation(filter, filter_rect)) {}
◆ Mutator() [9/12]
◆ Mutator() [10/12]
◆ Mutator() [11/12]
◆ Mutator() [12/12]
◆ GetAlpha()
| const uint8_t & flutter::Mutator::GetAlpha |
( |
| ) |
const |
|
inline |
◆ GetAlphaFloat()
| float flutter::Mutator::GetAlphaFloat |
( |
| ) |
const |
|
inline |
◆ GetBackdropClipPath()
Definition at line 161 of file embedded_views.h.
161 {
162 return std::get<BackdropClipPath>(data_);
163 }
◆ GetBackdropClipRect()
Definition at line 152 of file embedded_views.h.
152 {
153 return std::get<BackdropClipRect>(data_);
154 }
◆ GetBackdropClipRRect()
Definition at line 155 of file embedded_views.h.
155 {
156 return std::get<BackdropClipRRect>(data_);
157 }
◆ GetBackdropClipRSuperellipse()
Definition at line 158 of file embedded_views.h.
158 {
159 return std::get<BackdropClipRSuperellipse>(data_);
160 }
◆ GetFilterMutation()
◆ GetMatrix()
| const DlMatrix & flutter::Mutator::GetMatrix |
( |
| ) |
const |
|
inline |
◆ GetPath()
| const DlPath & flutter::Mutator::GetPath |
( |
| ) |
const |
|
inline |
◆ GetRect()
| const DlRect & flutter::Mutator::GetRect |
( |
| ) |
const |
|
inline |
◆ GetRRect()
| const DlRoundRect & flutter::Mutator::GetRRect |
( |
| ) |
const |
|
inline |
◆ GetRSE()
◆ GetRSEApproximation()
| const DlRoundRect flutter::Mutator::GetRSEApproximation |
( |
| ) |
const |
|
inline |
◆ GetType()
◆ IsClipType()
| bool flutter::Mutator::IsClipType |
( |
| ) |
|
|
inline |
Definition at line 169 of file embedded_views.h.
169 {
175 return true;
183 return false;
184 }
185 }
MutatorType GetType() const
@ kBackdropClipRSuperellipse
References GetType(), flutter::kBackdropClipPath, flutter::kBackdropClipRect, flutter::kBackdropClipRRect, flutter::kBackdropClipRSuperellipse, flutter::kBackdropFilter, flutter::kClipPath, flutter::kClipRect, flutter::kClipRRect, flutter::kClipRSE, flutter::kOpacity, and flutter::kTransform.
◆ operator==()
| bool flutter::Mutator::operator== |
( |
const Mutator & |
other | ) |
const |
|
inline |
The documentation for this class was generated from the following file: