#include <geometry.h>
Public Member Functions | |
| Size ()=default | |
| Size (double width, double height) | |
| Size (const Size &size)=default | |
| Size & | operator= (const Size &other)=default |
| double | width () const |
| double | height () const |
| bool | operator== (const Size &other) const =default |
Definition at line 35 of file geometry.h.
|
default |
|
inline |
Definition at line 38 of file geometry.h.
|
default |
|
inline |
Definition at line 45 of file geometry.h.
Referenced by flutter::Rect::bottom(), flutter::HostWindow::GetWindowSizeForClientSize(), flutter::HostWindow::HandleMessage(), flutter::Rect::height(), flutter::BoxConstraints::IsSatisfiedBy(), impeller::testing::TEST(), impeller::testing::TEST(), impeller::testing::TEST(), and impeller::testing::TEST().
|
default |
|
inline |
Definition at line 44 of file geometry.h.
Referenced by flutter::HostWindow::GetWindowSizeForClientSize(), flutter::HostWindow::HandleMessage(), flutter::BoxConstraints::IsSatisfiedBy(), flutter::Rect::right(), impeller::testing::TEST(), impeller::testing::TEST(), impeller::testing::TEST(), impeller::testing::TEST(), and flutter::Rect::width().