webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
gl::Rectangle Struct Reference

#include <angletypes.h>

Public Member Functions

 Rectangle ()
 
 Rectangle (int x_in, int y_in, int width_in, int height_in)
 
int x0 () const
 
int y0 () const
 
int x1 () const
 
int y1 () const
 

Public Attributes

int x
 
int y
 
int width
 
int height
 

Constructor & Destructor Documentation

◆ Rectangle() [1/2]

gl::Rectangle::Rectangle ( )
inline

◆ Rectangle() [2/2]

gl::Rectangle::Rectangle ( int  x_in,
int  y_in,
int  width_in,
int  height_in 
)
inline

Member Function Documentation

◆ x0()

int gl::Rectangle::x0 ( ) const
inline

◆ x1()

int gl::Rectangle::x1 ( ) const
inline

◆ y0()

int gl::Rectangle::y0 ( ) const
inline

◆ y1()

int gl::Rectangle::y1 ( ) const
inline

Member Data Documentation

◆ height

int gl::Rectangle::height

◆ width

int gl::Rectangle::width

◆ x

int gl::Rectangle::x

◆ y

int gl::Rectangle::y

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