![]() |
![]() |
|
SimpleLink Graphics Library
4.11.00.04
|
#include <ti/grlib/grlib.h>
Functions | |
| void | Graphics_drawRectangle (const Graphics_Context *context, const Graphics_Rectangle *rect) |
| void | Graphics_fillRectangle (const Graphics_Context *context, const Graphics_Rectangle *rect) |
| int32_t | Graphics_isRectangleOverlap (Graphics_Rectangle *rect1, Graphics_Rectangle *rect2) |
| int32_t | Graphics_getRectangleIntersection (Graphics_Rectangle *rect1, Graphics_Rectangle *rect2, Graphics_Rectangle *intersect) |
| bool | Graphics_isPointWithinRectangle (const Graphics_Rectangle *rect, uint16_t x, uint16_t y) |