#include <embedded_views.h>
Definition at line 70 of file embedded_views.h.
◆ Mutator() [1/8]
| flutter::Mutator::Mutator |
( |
const Mutator & |
other | ) |
|
|
inline |
◆ Mutator() [2/8]
| flutter::Mutator::Mutator |
( |
const DlRect & |
rect | ) |
|
|
inlineexplicit |
◆ Mutator() [3/8]
◆ Mutator() [4/8]
◆ Mutator() [5/8]
| flutter::Mutator::Mutator |
( |
const DlPath & |
path | ) |
|
|
inlineexplicit |
Definition at line 77 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/8]
| flutter::Mutator::Mutator |
( |
const DlMatrix & |
matrix | ) |
|
|
inlineexplicit |
◆ Mutator() [7/8]
| flutter::Mutator::Mutator |
( |
const uint8_t & |
alpha | ) |
|
|
inlineexplicit |
◆ Mutator() [8/8]
| flutter::Mutator::Mutator |
( |
const std::shared_ptr< DlImageFilter > & |
filter, |
|
|
const DlRect & |
filter_rect |
|
) |
| |
|
inlineexplicit |
Definition at line 80 of file embedded_views.h.
82 : data_(ImageFilterMutation(filter, filter_rect)) {}
◆ GetAlpha()
| const uint8_t & flutter::Mutator::GetAlpha |
( |
| ) |
const |
|
inline |
◆ GetAlphaFloat()
| float flutter::Mutator::GetAlphaFloat |
( |
| ) |
const |
|
inline |
◆ 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 |
◆ operator==()
| bool flutter::Mutator::operator== |
( |
const Mutator & |
other | ) |
const |
|
inline |
The documentation for this class was generated from the following file: