FDOSTUI
FreeDOS Text User Interface
|
Clipping of a rectangular region. More...
Go to the source code of this file.
Functions | |
void | clip (struct box *const io_area, struct box const *const i_clip) |
clip a rectangular region More... | |
void | clip_cleanup () |
release resources held by the global clip object More... | |
void | clip_get (struct box *const o_box) |
get the current clipping boundary More... | |
void | clip_push (struct box const *const i_box) |
pushes a clip region onto the top of the stack More... | |
void | clip_pop () |
removes a clip region from the top of the stack More... | |
Clipping of a rectangular region.
clip a rectangular region
[in,out] | io_area | region to clip |
[in] | i_clip | clipping boundaries |
void clip_cleanup | ( | ) |
release resources held by the global clip object
This routine should be called when the application exits to release resources created by the clip routines.
void clip_get | ( | struct box *const | o_box | ) |
get the current clipping boundary
[out] | o_box | clipping region to fill in |
void clip_pop | ( | ) |
removes a clip region from the top of the stack
void clip_push | ( | struct box const *const | i_box | ) |
pushes a clip region onto the top of the stack
[in] | i_box | clipping region to push on the stack |