#include <embedded_views.h>
Definition at line 291 of file embedded_views.h.
◆ EmbeddedViewParams() [1/2]
| flutter::EmbeddedViewParams::EmbeddedViewParams |
( |
| ) |
|
|
default |
◆ EmbeddedViewParams() [2/2]
Definition at line 295 of file embedded_views.h.
298 : matrix_(matrix),
299 size_points_(size_points),
300 mutators_stack_(std::move(mutators_stack)) {
301 final_bounding_rect_ =
303 }
constexpr TRect TransformAndClipBounds(const Matrix &transform) const
Creates a new bounding box that contains this transformed rectangle, clipped against the near clippin...
static constexpr TRect MakeSize(const TSize< U > &size)
References impeller::TRect< Scalar >::MakeSize(), and impeller::TRect< T >::TransformAndClipBounds().
◆ finalBoundingRect()
| const DlRect & flutter::EmbeddedViewParams::finalBoundingRect |
( |
| ) |
const |
|
inline |
◆ mutatorsStack()
| const MutatorsStack & flutter::EmbeddedViewParams::mutatorsStack |
( |
| ) |
const |
|
inline |
◆ operator==()
Definition at line 343 of file embedded_views.h.
343 {
344 return size_points_ == other.size_points_ &&
345 mutators_stack_ == other.mutators_stack_ &&
346 final_bounding_rect_ == other.final_bounding_rect_ &&
347 matrix_ == other.matrix_;
348 }
◆ PushImageFilter()
| void flutter::EmbeddedViewParams::PushImageFilter |
( |
const std::shared_ptr< DlImageFilter > & |
filter, |
|
|
const DlRect & |
filter_rect |
|
) |
| |
|
inline |
◆ PushPlatformViewClipPath()
| void flutter::EmbeddedViewParams::PushPlatformViewClipPath |
( |
const DlPath & |
clip_path | ) |
|
|
inline |
◆ PushPlatformViewClipRect()
| void flutter::EmbeddedViewParams::PushPlatformViewClipRect |
( |
const DlRect & |
clip_rect | ) |
|
|
inline |
◆ PushPlatformViewClipRRect()
| void flutter::EmbeddedViewParams::PushPlatformViewClipRRect |
( |
const DlRoundRect & |
clip_rrect | ) |
|
|
inline |
◆ PushPlatformViewClipRSuperellipse()
| void flutter::EmbeddedViewParams::PushPlatformViewClipRSuperellipse |
( |
const DlRoundSuperellipse & |
clip_rse | ) |
|
|
inline |
◆ sizePoints()
| const DlSize & flutter::EmbeddedViewParams::sizePoints |
( |
| ) |
const |
|
inline |
◆ transformMatrix()
| const DlMatrix & flutter::EmbeddedViewParams::transformMatrix |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: