MiniGUI API Reference (MiniGUI-Processes)
v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
|
Data Structures | |
struct | _GAL_Color |
struct | _GAL_Palette |
struct | _GAL_Rect |
Typedefs | |
typedef Sint8 | gal_sint8 |
Data type of 8-bit signed integer. More... | |
typedef Uint8 | gal_uint8 |
Data type of 8-bit unsigned integer. More... | |
typedef Sint16 | gal_sint16 |
Data type of 16-bit signed integer. More... | |
typedef Uint16 | gal_uint16 |
Data type of 16-bit unsigned integer. More... | |
typedef Sint32 | gal_sint32 |
Data type of 32-bit signed integer. More... | |
typedef Uint32 | gal_uint32 |
Data type of 32-bit unsigned integer. More... | |
typedef signed int | gal_sint |
Data type of signed integer. More... | |
typedef unsigned int | gal_uint |
Data type of unsigned integer. More... | |
typedef Uint32 | gal_pixel |
Data type of pixel value. More... | |
typedef Uint32 | gal_attr |
Data type of attribute value. More... | |
typedef long | fixed |
Data type of fixed point. More... | |
typedef struct _GAL_Color | GAL_Color |
typedef struct _GAL_Palette | GAL_Palette |
typedef struct _GAL_Rect | GAL_Rect |
typedef struct _GAL_Color GAL_Color |
RGBA quarter structure.
typedef struct _GAL_Palette GAL_Palette |
Palette structure.
A rectangle defined by upper-left coordinates and width/height.
typedef Sint16 gal_sint16 |
typedef Sint32 gal_sint32 |
typedef unsigned int gal_uint |
typedef Uint16 gal_uint16 |
typedef Uint32 gal_uint32 |