Flutter Impeller
impeller::IPoint16 Struct Reference

#include <rectangle_packer.h>

Public Member Functions

int16_t x () const
 
int16_t y () const
 

Public Attributes

int16_t x_
 
int16_t y_
 

Detailed Description

Definition at line 14 of file rectangle_packer.h.

Member Function Documentation

◆ x()

int16_t impeller::IPoint16::x ( ) const
inline

Definition at line 15 of file rectangle_packer.h.

15 { return x_; }

References x_.

Referenced by impeller::CanAppendToExistingAtlas(), impeller::PairsFitInAtlasOfSize(), and impeller::testing::TEST_P().

◆ y()

int16_t impeller::IPoint16::y ( ) const
inline

Definition at line 16 of file rectangle_packer.h.

16 { return y_; }

References y_.

Referenced by impeller::CanAppendToExistingAtlas(), impeller::PairsFitInAtlasOfSize(), and impeller::testing::TEST_P().

Member Data Documentation

◆ x_

int16_t impeller::IPoint16::x_

Definition at line 18 of file rectangle_packer.h.

Referenced by impeller::SkylineRectanglePacker::addRect(), and x().

◆ y_

int16_t impeller::IPoint16::y_

Definition at line 19 of file rectangle_packer.h.

Referenced by impeller::SkylineRectanglePacker::addRect(), and y().


The documentation for this struct was generated from the following file:
impeller::IPoint16::x_
int16_t x_
Definition: rectangle_packer.h:18
impeller::IPoint16::y_
int16_t y_
Definition: rectangle_packer.h:19