Enumerations | Functions | Variables

psprivate.h File Reference

This graph shows which files directly or indirectly include this file:

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

enum ps_proc
Enumerator:
_drawline 
_dcircle 
_fcircle 
_mcircle 
_drawrect 
_fillrect 
_hatchrect 
_moveto 
_lineto 
_shcone 
_newpath 

Function Documentation

void _ps_ExtendRect ( float  x,
float  y 
)
void _ps_OutProc ( ps_proc  p  ) 
void _psl_InitPSLib ( void   ) 

Variable Documentation

unsigned short _ps_bmp_w
short _ps_bmp_y
float _ps_cblue
float _ps_cgray
float _ps_cgreen
float _ps_cred
float _ps_cwidth
unsigned short _ps_dpi
FILE* _ps_f