Go to the source code of this file.
Enumerations |
enum | ps_proc {
_drawline,
_dcircle,
_fcircle,
_mcircle,
_drawrect,
_fillrect,
_hatchrect,
_moveto,
_lineto,
_shcone,
_newpath
} |
Functions |
void | _ps_ExtendRect (float x, float y) |
void | _ps_OutProc (ps_proc p) |
void | _psl_InitPSLib (void) |
Variables |
FILE * | _ps_f |
unsigned short | _ps_dpi |
long | _ps_written |
float | _ps_cgray |
float | _ps_cred |
float | _ps_cgreen |
float | _ps_cblue |
float | _ps_cwidth |
short | _ps_bmp_y |
unsigned short | _ps_bmp_w |
byte | _ps_bmp_p |
boolean | _psl_trmk |
boolean | _psl_btrmk |
boolean | _psl_htrmk |
boolean | _psl_bhtrmk |
Enumeration Type Documentation
- Enumerator:
_drawline |
|
_dcircle |
|
_fcircle |
|
_mcircle |
|
_drawrect |
|
_fillrect |
|
_hatchrect |
|
_moveto |
|
_lineto |
|
_shcone |
|
_newpath |
|
Function Documentation
void _ps_ExtendRect |
( |
float |
x, |
|
|
float |
y | |
|
) |
| | |
void _psl_InitPSLib |
( |
void |
|
) |
|
Variable Documentation