#include <rectangle_packer.h>
Public Member Functions | |
int16_t | x () const |
int16_t | y () const |
Public Attributes | |
int16_t | x_ |
int16_t | y_ |
Definition at line 16 of file rectangle_packer.h.
|
inline |
Definition at line 17 of file rectangle_packer.h.
References x_.
Referenced by impeller::AppendToExistingAtlas(), impeller::PairsFitInAtlasOfSize(), impeller::testing::TEST(), and impeller::testing::TEST_P().
|
inline |
Definition at line 18 of file rectangle_packer.h.
References y_.
Referenced by impeller::AppendToExistingAtlas(), impeller::PairsFitInAtlasOfSize(), impeller::testing::TEST(), and impeller::testing::TEST_P().
int16_t impeller::IPoint16::x_ |
Definition at line 20 of file rectangle_packer.h.
Referenced by impeller::SkylineRectanglePacker::AddRect(), and x().
int16_t impeller::IPoint16::y_ |
Definition at line 21 of file rectangle_packer.h.
Referenced by impeller::SkylineRectanglePacker::AddRect(), and y().