#include <gimp-print/gimp-print.h>
#include <gimp-print/gimp-print-intl-internal.h>
#include "gimp-print-internal.h"
#include <time.h>
#include <string.h>
#include <stdio.h>
Go to the source code of this file.
Defines | |
#define | stp_module_version print_ps_LTX_stp_module_version |
#define | stp_module_data print_ps_LTX_stp_module_data |
Functions | |
void | ps_hex (const stp_vars_t *, unsigned short *, int) |
void | ps_ascii85 (const stp_vars_t *, unsigned short *, int, int) |
char * | ppd_find (const char *, const char *, const char *, int *) |
stp_parameter_list_t | ps_list_parameters (const stp_vars_t *v) |
void | ps_parameters_internal (const stp_vars_t *v, const char *name, stp_parameter_t *description) |
void | ps_parameters (const stp_vars_t *v, const char *name, stp_parameter_t *description) |
void | ps_media_size_internal (const stp_vars_t *v, int *width, int *height) |
void | ps_media_size (const stp_vars_t *v, int *width, int *height) |
void | ps_imageable_area_internal (const stp_vars_t *v, int *left, int *right, int *bottom, int *top) |
void | ps_imageable_area (const stp_vars_t *v, int *left, int *right, int *bottom, int *top) |
void | ps_limit (const stp_vars_t *v, int *width, int *height, int *min_width, int *min_height) |
void | ps_describe_resolution_internal (const stp_vars_t *v, int *x, int *y) |
void | ps_describe_resolution (const stp_vars_t *v, int *x, int *y) |
const char * | ps_describe_output (const stp_vars_t *v) |
int | ps_print_internal (const stp_vars_t *v, stp_image_t *image) |
int | ps_print (const stp_vars_t *v, stp_image_t *image) |
int | print_ps_module_init (void) |
int | print_ps_module_exit (void) |
Variables | |
FILE * | ps_ppd = NULL |
const char * | ps_ppd_file = NULL |
const stp_parameter_t | the_parameters [] |
const int | the_parameter_count |
const stp_printfuncs_t | print_ps_printfuncs |
stp_family_t | print_ps_module_data |
stp_module_version_t | stp_module_version = {0, 0} |
stp_module_t | stp_module_data |
|
Definition at line 977 of file print-ps.c. |
|
Definition at line 976 of file print-ps.c. |
|
Definition at line 856 of file print-ps.c. References ps_ppd, ps_ppd_file, and stp_zalloc(). Referenced by ps_imageable_area_internal(), ps_media_size_internal(), and ps_print_internal(). |
|
Definition at line 969 of file print-ps.c. References print_ps_module_data, stp_family::printer_list, and stp_family_unregister(). |
|
Definition at line 962 of file print-ps.c. References print_ps_module_data, stp_family::printer_list, and stp_family_register(). |
|
Definition at line 776 of file print-ps.c. References stp_putc(), stp_puts(), stp_vars_t, and stp_zfwrite(). Referenced by ps_print_internal(). |
|
Definition at line 374 of file print-ps.c. References stp_get_string_parameter(), and stp_vars_t. |
|
Definition at line 366 of file print-ps.c. References ps_describe_resolution_internal(), and stp_vars_t. |
|
Definition at line 355 of file print-ps.c. References stp_get_string_parameter(), and stp_vars_t. Referenced by ps_describe_resolution(). |
|
Definition at line 735 of file print-ps.c. References stp_putc(), and stp_vars_t. Referenced by ps_print_internal(). |
|
Definition at line 327 of file print-ps.c. References ps_imageable_area_internal(), and stp_vars_t. Referenced by ps_print_internal(). |
|
Definition at line 283 of file print-ps.c. References ppd_find(), ps_media_size(), STP_DBG_PS, stp_dprintf(), stp_get_file_parameter(), stp_get_string_parameter(), and stp_vars_t. Referenced by ps_imageable_area(). |
|
Definition at line 339 of file print-ps.c. References stp_vars_t. |
|
Definition at line 117 of file print-ps.c. References stp_parameter_list_add_param(), stp_parameter_list_create(), stp_parameter_list_t, stp_vars_t, the_parameter_count, and the_parameters. |
|
Definition at line 271 of file print-ps.c. References ps_media_size_internal(), and stp_vars_t. Referenced by ps_imageable_area_internal(). |
|
Definition at line 241 of file print-ps.c. References ppd_find(), STP_DBG_PS, stp_default_media_size(), stp_dprintf(), stp_get_file_parameter(), stp_get_model_id(), stp_get_string_parameter(), and stp_vars_t. Referenced by ps_media_size(). |
|
Definition at line 228 of file print-ps.c. References ps_parameters_internal(), and stp_vars_t. |
|
|
Definition at line 720 of file print-ps.c. References ps_print_internal(), stp_image_t, and stp_vars_t. |
|
|
Initial value: { &print_ps_printfuncs, NULL } Definition at line 954 of file print-ps.c. Referenced by print_ps_module_exit(), and print_ps_module_init(). |
|
Initial value: { ps_list_parameters, ps_parameters, ps_media_size, ps_imageable_area, ps_limit, ps_print, ps_describe_resolution, ps_describe_output, stp_verify_printer_params, NULL, NULL } Definition at line 938 of file print-ps.c. |
|
Definition at line 51 of file print-ps.c. Referenced by ppd_find(), and ps_parameters_internal(). |
|
Definition at line 52 of file print-ps.c. Referenced by ppd_find(), and ps_parameters_internal(). |
|
Initial value: { "ps", VERSION, "Postscript family driver", STP_MODULE_CLASS_FAMILY, NULL, print_ps_module_init, print_ps_module_exit, (void *) &print_ps_module_data } Definition at line 981 of file print-ps.c. |
|
Definition at line 979 of file print-ps.c. |
|
Initial value: sizeof(the_parameters) / sizeof(const stp_parameter_t) Definition at line 109 of file print-ps.c. Referenced by ps_list_parameters(), and ps_parameters_internal(). |
|
Definition at line 63 of file print-ps.c. Referenced by ps_list_parameters(), and ps_parameters_internal(). |