Go to the documentation of this file.
15 #define XSIZE (int) ( pls->xlength * ( pls->xdpi / 72. ) )
16 #define YSIZE (int) ( pls->ylength * ( pls->ydpi / 72. ) )
18 #define XPSSIZE ENLARGE * XSIZE
19 #define YPSSIZE ENLARGE * YSIZE
20 #define XOFFSET (int) ( pls->xoffset * ( pls->xdpi / 72. ) ) // Margins --
21 #define YOFFSET (int) ( pls->yoffset * ( pls->ydpi / 72. ) ) // .5 inches each
22 #define PSX XPSSIZE - 1
23 #define PSY YPSSIZE - 1
24 #define OF pls->OutFile
25 #define MIN_WIDTH 1 // Minimum pen width
26 #define MAX_WIDTH 30 // Maximum pen width
27 #define DEF_WIDTH 3 // Default pen width
31 #define XMIN -XOFFSET * ENLARGE
32 #define XMAX PSX + XOFFSET * ENLARGE
33 #define YMIN -XOFFSET * ENLARGE
34 #define YMAX PSY + XOFFSET * ENLARGE
51 int llx, lly, urx,
ury, ptcnt;