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 16 of file rectangle_packer.h.

Member Function Documentation

◆ x()

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

◆ y()

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

Member Data Documentation

◆ x_

int16_t impeller::IPoint16::x_

Definition at line 20 of file rectangle_packer.h.

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

◆ y_

int16_t impeller::IPoint16::y_

Definition at line 21 of file rectangle_packer.h.

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


The documentation for this struct was generated from the following file: