![]() |
![]() |
Defines | |
#define | min(a, b) (((a) < (b)) ? (a) : (b)) |
#define | max(a, b) (((a) < (b)) ? (b) : (a)) |
Functions | |
void | GrRectDraw (const tContext *pContext, const tRectangle *pRect) |
void | GrRectFill (const tContext *pContext, const tRectangle *pRect) |
long | GrRectOverlapCheck (tRectangle *psRect1, tRectangle *psRect2) |
long | GrRectIntersectGet (tRectangle *psRect1, tRectangle *psRect2, tRectangle *psIntersect) |