Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 typedef enum {
00013 _drawline, _dcircle, _fcircle, _mcircle, _drawrect, _fillrect,
00014 _hatchrect, _moveto, _lineto, _shcone, _newpath
00015 } ps_proc;
00016
00017 extern FILE *_ps_f;
00018 extern unsigned short _ps_dpi;
00019 extern long _ps_written;
00020 extern float _ps_cgray;
00021 extern float _ps_cred, _ps_cgreen, _ps_cblue;
00022 extern float _ps_cwidth;
00023
00024 extern short _ps_bmp_y;
00025 extern unsigned short _ps_bmp_w;
00026 extern byte _ps_bmp_p;
00027
00028
00029 void _ps_ExtendRect ( float x, float y );
00030 void _ps_OutProc ( ps_proc p );
00031
00032 extern boolean _psl_trmk, _psl_btrmk, _psl_htrmk, _psl_bhtrmk;
00033
00034 void _psl_InitPSLib ( void );