#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 14 of file rectangle_packer.h.
|
inline |
Definition at line 15 of file rectangle_packer.h.
References x_.
Referenced by impeller::CanAppendToExistingAtlas(), impeller::PairsFitInAtlasOfSize(), and impeller::testing::TEST_P().
|
inline |
Definition at line 16 of file rectangle_packer.h.
References y_.
Referenced by impeller::CanAppendToExistingAtlas(), impeller::PairsFitInAtlasOfSize(), and impeller::testing::TEST_P().
int16_t impeller::IPoint16::x_ |
Definition at line 18 of file rectangle_packer.h.
Referenced by impeller::SkylineRectanglePacker::addRect(), and x().
int16_t impeller::IPoint16::y_ |
Definition at line 19 of file rectangle_packer.h.
Referenced by impeller::SkylineRectanglePacker::addRect(), and y().