#include "conq.h"#include "print.h"#include "imf.h"#include "ui.h"#include <math.h>Include dependency graph for ps.c:

Classes | |
| struct | a_ps_image_family |
Defines | |
| #define | on_page(x, y) (((x)>=0) && ((x)<width) && ((y)>=0) && ((y)<height)) |
| #define | N_U '\001' |
| #define | N_D '\002' |
| #define | N_BK '\020' |
| #define | name_at(x, y) (name_layer[width*((y)+1)+(x)+1]) |
| #define | GRAY_SCALE 16 /* precision for dithering */ |
| #define | area_leng(w, h) ((((w)+7)/8) * (h) * 2) |
| #define | PSBUFSIZE 1148 |
Typedefs | |
| typedef a_ps_image_family | PsImage |
Functions | |
| void | init_ps_print (PrintParameters *ipp) |
| void | dump_ps_view (Side *side, PrintParameters *ipp, char *filename) |
Variables | |
| PrintParameters * | pp = NULL |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
1.3.6