#include <embedded_views.h>
Definition at line 216 of file embedded_views.h.
◆ EmbeddedViewParams() [1/2]
| flutter::EmbeddedViewParams::EmbeddedViewParams |
( |
| ) |
|
|
default |
◆ EmbeddedViewParams() [2/2]
Definition at line 220 of file embedded_views.h.
223 : matrix_(matrix),
224 size_points_(size_points),
225 mutators_stack_(std::move(mutators_stack)) {
226 final_bounding_rect_ =
228 }
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 252 of file embedded_views.h.
252 {
253 return size_points_ == other.size_points_ &&
254 mutators_stack_ == other.mutators_stack_ &&
255 final_bounding_rect_ == other.final_bounding_rect_ &&
256 matrix_ == other.matrix_;
257 }
◆ PushImageFilter()
| void flutter::EmbeddedViewParams::PushImageFilter |
( |
const std::shared_ptr< DlImageFilter > & |
filter, |
|
|
const DlRect & |
filter_rect |
|
) |
| |
|
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: