#include <embedded_views.h>
Definition at line 265 of file embedded_views.h.
◆ EmbeddedViewParams() [1/2]
flutter::EmbeddedViewParams::EmbeddedViewParams |
( |
| ) |
|
|
default |
◆ EmbeddedViewParams() [2/2]
Definition at line 269 of file embedded_views.h.
273 size_points_(size_points),
274 mutators_stack_(std::move(mutators_stack)) {
277 path.addRect(starting_rect);
279 final_bounding_rect_ =
path.getBounds();
280 }
unsigned useCenter Optional< SkMatrix > matrix
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
static constexpr SkRect MakeSize(const SkSize &size)
◆ finalBoundingRect()
const SkRect & flutter::EmbeddedViewParams::finalBoundingRect |
( |
| ) |
const |
|
inline |
◆ mutatorsStack()
const MutatorsStack & flutter::EmbeddedViewParams::mutatorsStack |
( |
| ) |
const |
|
inline |
◆ operator==()
Definition at line 304 of file embedded_views.h.
304 {
305 return size_points_ == other.size_points_ &&
306 mutators_stack_ == other.mutators_stack_ &&
307 final_bounding_rect_ == other.final_bounding_rect_ &&
308 matrix_ == other.matrix_;
309 }
◆ PushImageFilter()
void flutter::EmbeddedViewParams::PushImageFilter |
( |
const std::shared_ptr< const DlImageFilter > & |
filter, |
|
|
const SkRect & |
filter_rect |
|
) |
| |
|
inline |
◆ sizePoints()
const SkSize & flutter::EmbeddedViewParams::sizePoints |
( |
| ) |
const |
|
inline |
◆ transformMatrix()
const SkMatrix & flutter::EmbeddedViewParams::transformMatrix |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: