#include <printers.h>
|
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(* | maximum_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) |
|
stp_string_list_t *(* | get_external_options )(const stp_vars_t *v) |
|
◆ describe_output
const char*(* stp_printfuncs_t::describe_output) (const stp_vars_t *v) |
◆ describe_resolution
void(* stp_printfuncs_t::describe_resolution) (const stp_vars_t *v, int *x, int *y) |
◆ end_job
◆ get_external_options
◆ imageable_area
void(* stp_printfuncs_t::imageable_area) (const stp_vars_t *v, int *left, int *right, int *bottom, int *top) |
◆ limit
void(* stp_printfuncs_t::limit) (const stp_vars_t *v, int *max_width, int *max_height, int *min_width, int *min_height) |
◆ list_parameters
◆ maximum_imageable_area
void(* stp_printfuncs_t::maximum_imageable_area) (const stp_vars_t *v, int *left, int *right, int *bottom, int *top) |
◆ media_size
void(* stp_printfuncs_t::media_size) (const stp_vars_t *v, int *width, int *height) |
◆ parameters
◆ print
◆ start_job
◆ verify
The documentation for this struct was generated from the following file: