Inline functions to control clipping. More...
Functions | |
INLINE void | GRRLIB_ClipReset (void) |
Reset the clipping to normal. | |
INLINE void | GRRLIB_ClipDrawing (const int x, const int y, const int width, const int height) |
Clip the drawing area to an rectangle. |
Inline functions to control clipping.
INLINE void GRRLIB_ClipDrawing | ( | const int | x, | |
const int | y, | |||
const int | width, | |||
const int | height | |||
) |
Clip the drawing area to an rectangle.
x | The x-coordinate of the rectangle. | |
y | The y-coordinate of the rectangle. | |
width | The width of the rectangle. | |
height | The height of the rectangle. |