#include <math.h>
#include <memory.h>
#include <stdio.h>
#include "pkvaria.h"
#include "pkgeom.h"
#include "psout.h"
#include "psprivate.h"
Functions | |
void | _ps_ExtendRect (float x, float y) |
void | _ps_OutProc (ps_proc p) |
boolean | ps_OpenFile (const char *filename, unsigned int dpi) |
void | ps_CloseFile (void) |
void | ps_WriteBBox (float x1, float y1, float x2, float y2) |
void | ps_GetSize (float *x1, float *y1, float *x2, float *y2) |
Variables | |
short | ps_dec_digits = 3 |
FILE * | _ps_f |
unsigned short | _ps_dpi |
float | _ps_cgray |
float | _ps_cred |
float | _ps_cgreen |
float | _ps_cblue |
float | _ps_cwidth |
long | _ps_written |
short | _ps_bmp_y |
unsigned short | _ps_bmp_w |
byte | _ps_bmp_p |
void _ps_ExtendRect | ( | float | x, | |
float | y | |||
) |
void _ps_OutProc | ( | ps_proc | p | ) |
void ps_CloseFile | ( | void | ) |
void ps_GetSize | ( | float * | x1, | |
float * | y1, | |||
float * | x2, | |||
float * | y2 | |||
) |
boolean ps_OpenFile | ( | const char * | filename, | |
unsigned int | dpi | |||
) |
void ps_WriteBBox | ( | float | x1, | |
float | y1, | |||
float | x2, | |||
float | y2 | |||
) |
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 |
long _ps_written |
short ps_dec_digits = 3 |