#include <printers.h>
Data Fields | |
stp_parameter_list_t(* | list_parameters )(const stp_vars_t *v) |
void(* | parameters )(const stp_vars_t *v, const char *name, stp_parameter_t *) |
void(* | media_size )(const stp_vars_t *v, int *width, int *height) |
void(* | imageable_area )(const stp_vars_t *v, int *left, int *right, int *bottom, int *top) |
void(* | limit )(const stp_vars_t *v, int *max_width, int *max_height, int *min_width, int *min_height) |
int(* | print )(const stp_vars_t *v, stp_image_t *image) |
void(* | describe_resolution )(const stp_vars_t *v, int *x, int *y) |
const char *(* | describe_output )(const stp_vars_t *v) |
int(* | verify )(stp_vars_t *v) |
int(* | start_job )(const stp_vars_t *v, stp_image_t *image) |
int(* | end_job )(const stp_vars_t *v, stp_image_t *image) |
|
Referenced by stp_describe_output(). |
|
Referenced by stp_describe_resolution(). |
|
Referenced by stp_end_job(). |
|
Referenced by stp_get_imageable_area(). |
|
Referenced by stp_get_size_limit(). |
|
Referenced by stp_printer_list_parameters(). |
|
Referenced by stp_get_media_size(). |
|
Referenced by stp_printer_describe_parameter(). |
|
Referenced by stp_print(). |
|
Referenced by stp_start_job(). |
|
Referenced by stp_verify(). |