Flutter Engine
The Flutter Engine
|
This is the complete list of members for impeller::TRect< T >, including all inherited members.
Area() const | impeller::TRect< T > | inline |
Contains(const TPoint< Type > &p) const | impeller::TRect< T > | inline |
Contains(const TRect &o) const | impeller::TRect< T > | inline |
ContainsInclusive(const TPoint< Type > &p) const | impeller::TRect< T > | inline |
Cutout(const TRect &o) const | impeller::TRect< T > | inline |
CutoutOrEmpty(const TRect &o) const | impeller::TRect< T > | inline |
Expand(T left, T top, T right, T bottom) const | impeller::TRect< T > | inline |
Expand(T amount) const | impeller::TRect< T > | inline |
Expand(T horizontal_amount, T vertical_amount) const | impeller::TRect< T > | inline |
Expand(TPoint< T > amount) const | impeller::TRect< T > | inline |
Expand(TSize< T > amount) const | impeller::TRect< T > | inline |
GetBottom() const | impeller::TRect< T > | inline |
GetCenter() const | impeller::TRect< T > | inline |
GetHeight() const | impeller::TRect< T > | inline |
GetLeft() const | impeller::TRect< T > | inline |
GetLeftBottom() const | impeller::TRect< T > | inline |
GetLeftTop() const | impeller::TRect< T > | inline |
GetLTRB() const | impeller::TRect< T > | inline |
GetNormalizingTransform() const | impeller::TRect< T > | inline |
GetOrigin() const | impeller::TRect< T > | inline |
GetPoints() const | impeller::TRect< T > | inline |
GetPositive() const | impeller::TRect< T > | inline |
GetRight() const | impeller::TRect< T > | inline |
GetRightBottom() const | impeller::TRect< T > | inline |
GetRightTop() const | impeller::TRect< T > | inline |
GetSize() const | impeller::TRect< T > | inline |
GetTop() const | impeller::TRect< T > | inline |
GetTransformedPoints(const Matrix &transform) const | impeller::TRect< T > | inline |
GetWidth() const | impeller::TRect< T > | inline |
GetX() const | impeller::TRect< T > | inline |
GetXYWH() const | impeller::TRect< T > | inline |
GetY() const | impeller::TRect< T > | inline |
Intersection(const TRect &o) const | impeller::TRect< T > | inline |
Intersection(const TRect &a, const std::optional< TRect > b) | impeller::TRect< T > | inlinestatic |
Intersection(const std::optional< TRect > a, const TRect &b) | impeller::TRect< T > | inlinestatic |
Intersection(const std::optional< TRect > a, const std::optional< TRect > b) | impeller::TRect< T > | inlinestatic |
IntersectsWithRect(const TRect &o) const | impeller::TRect< T > | inline |
IsEmpty() const | impeller::TRect< T > | inline |
IsFinite() const | impeller::TRect< T > | inline |
IsMaximum() const | impeller::TRect< T > | inline |
IsSquare() const | impeller::TRect< T > | inline |
MakeLTRB(Type left, Type top, Type right, Type bottom) | impeller::TRect< T > | inlinestatic |
MakeMaximum() | impeller::TRect< T > | inlinestatic |
MakeOriginSize(const TPoint< Type > &origin, const TSize< Type > &size) | impeller::TRect< T > | inlinestatic |
MakePointBounds(const U &value) | impeller::TRect< T > | inlinestatic |
MakePointBounds(const PointIter first, const PointIter last) | impeller::TRect< T > | inlinestatic |
MakeSize(const TSize< U > &size) | impeller::TRect< T > | inlinestatic |
MakeXYWH(Type x, Type y, Type width, Type height) | impeller::TRect< T > | inlinestatic |
operator!=(const TRect &r) const | impeller::TRect< T > | inline |
operator==(const TRect &r) const | impeller::TRect< T > | inline |
Project(TRect< T > source) const | impeller::TRect< T > | inline |
Round(const TRect< U > &r) | impeller::TRect< T > | inline |
RoundOut(const TRect< U > &r) | impeller::TRect< T > | inline |
Scale(Type scale) const | impeller::TRect< T > | inline |
Scale(Type scale_x, Type scale_y) const | impeller::TRect< T > | inline |
Scale(TPoint< T > scale) const | impeller::TRect< T > | inline |
Scale(TSize< T > scale) const | impeller::TRect< T > | inline |
Shift(T dx, T dy) const | impeller::TRect< T > | inline |
Shift(TPoint< T > offset) const | impeller::TRect< T > | inline |
TransformAndClipBounds(const Matrix &transform) const | impeller::TRect< T > | inline |
TransformBounds(const Matrix &transform) const | impeller::TRect< T > | inline |
TRect() | impeller::TRect< T > | inline |
Union(const TRect &o) const | impeller::TRect< T > | inline |
Union(const TRect &a, const std::optional< TRect > b) | impeller::TRect< T > | inlinestatic |
Union(const std::optional< TRect > a, const TRect &b) | impeller::TRect< T > | inlinestatic |
Union(const std::optional< TRect > a, const std::optional< TRect > b) | impeller::TRect< T > | inlinestatic |