struct PixelGridSize2D
Defined at line 16 of file ../../src/graphics/display/drivers/amlogic-display/pixel-grid-size2d.h
Represents the size of a non-empty regular 2D grid of pixels.
The value is valid iff `width` and `height` are positive and do not exceed
the maximum allowed values.
The default-constructed value is invalid.
Public Members
int width
int height
static const int kMaxWidth
static const int kMaxHeight
Public Methods
bool IsValid ()
Defined at line 30 of file ../../src/graphics/display/drivers/amlogic-display/pixel-grid-size2d.h